Hello! Would really appreciate some help if anyone is able. I followed along on a youtube video creating a fake social media app called "snapgram." Everything worked fine until I deployed it on netlify. Now, when I try and log in to snapgram, it gives me an error. CORS is expecting requests to come from localhost:... instead of the new domain given to me by netlify. Is there a way to fix this within Appwrite? Is there any type of settings I could change that would resolve this error?
You will need to add the new platform domain to the appwrite dashboard
In the overview tab, bellow stats, you have there the ability to add new platforms. You should add one and set your new domain (for example: mydomain.netlify.app)
It worked, thank you so much!
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...