Hey everyone, I've been stumped on a CORS error trying to use the PATCH method on appwrite. I'm hosting locally. I keep getting the same two errors:
'https://cloud.appwrite.io/v1/datadatadata' from origin 'http://localhost:5174/' has been blocked by CORS policy: Method PATCH is not allowed by Access-Control-Allow-Methods in preflight response. & PATCH 'https://cloud.appwrite.io/v1/datadatadata' net::ERR_FAILED
I read the article by appwrite on troubleshooting CORS issues. My platform hostname is localhost.
I'm not sure what it could be. I read something online about having to edit my CORS settings on appwrite and add patch?
Any pointers, tips or arrows in the right direction is welcome and appreciated!
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...