Hey! I just hosted my website on my domain, and i made a web platform with the domain set. However, when i try to do smth like reset password it says
Access to fetch at 'https://cloud.appwrite.io/v1/account/recovery' from origin 'https://www.proxilink.info' 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. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
I dont know where the localhost hvalue is coming from, can you please help?
Did you add your domain as an allowed web platform?
yep!
i think it may be happening because i am sending it from my mobile app i am making on expo (whcih im running locally rn) and then it sends you to our website hosted on another domain to reset the password
do you think that is why?
So do you have that other domain added as a web platform? Can you share a screenshot?
yep!
it says this on network
and my project id and all is set
You added proxilink.info, but your app is on www.proxilink.info
that makes a difference?
gotcha
lets test
oMG
god bless you steven
🙏
thank you sir, appreciate the fast help 🫡
Happy to help!
Recommended threads
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...