Hello,
I have an app that saves extra information about my product. My problem is on checkout page, I’m getting a CORS issue when I’m sending a request to my middleware. My middleware should return a true/false, if false, user should be redirected back to Cart. So that response from the middleware is important for my shop’s checkout.
Is there a way around this?