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
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- createCollection Deprecated
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...