Hi, I am having an issue with CORS, it's working sometimes, but not always. I already setup a web app with "*" hostname as shown on the screenshots. please advice
TypeScript
Access to fetch at 'https://cms.itexpertnow.com/v1/account' from origin 'https://adminhub.cyberitex.com' 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. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
TL;DR
Issue with CORS policy when fetching data from 'https://cms.itexpertnow.com/v1/account' on 'https://adminhub.cyberitex.com'. No 'Access-Control-Allow-Origin' header present on the requested resource. Solution: Add the 'Access-Control-Allow-Origin' header to the response.Recommended threads
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...