Replies: 3 comments
-
Did it got solved bro @Pacocc97 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also having this issue. Any update? |
Beta Was this translation helpful? Give feedback.
0 replies
-
any update guys please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experiencing a CORS issue when trying to connect my MedusaJS backend (deployed on my VPS at https://naturalim.adaflex.mx:35813) with my frontend hosted on Netlify (https://naturalim3.netlify.app). I configured the backend’s CORS settings to allow requests from my frontend’s domain, but I’m still encountering the following error:
Access to fetch at 'https://naturalim.adaflex.mx:35813/store/regions' from origin 'https://naturalim3.netlify.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
It seems that the preflight (OPTIONS) request is not receiving the required CORS headers. Any help on how to resolve this would be greatly appreciated.
Im using Medusa 2.5.1
Beta Was this translation helpful? Give feedback.
All reactions