I am getting this error when I have setup everything on appwrite. Domain works and everythging.
Access to XMLHttpRequest at 'https://appwrite.tidymaidsoffrisco.com/v1/account/sessions/email' from origin 'https://test.tidymaidsoffrisco.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://localhost' that is not equal to the supplied origin.
TL;DR
The user is experiencing a CORS error with their custom domain setup on Appwrite. They are receiving the error message "Access to XMLHttpRequest at 'https://appwrite.tidymaidsoffrisco.com/v1/account/sessions/email' from origin 'https://test.tidymaidsoffrisco.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://localhost' that is not equal to the supplied origin." Another user asks how the issue was solved.
Solution: The user needs to update the 'Access-Control-Allow-Origin' header on their server to match the correct origin[SOLVED] custom domain Access-Control-Allow-Origin
@BloodThermic How have you solved it ?
okay!
Recommended threads