Sudden CORS Errors - Domain hasn't Changed, Used to Work Previously with `*` Wildcard
- 0
- Web
- Cloud
I have an Appwrite project with two web apps configured, the first one has the hostname * and the second one I just added to test if it could fix the issue with the specific hostname of my Appwrite-hosted site. Previously * worked fine, now even with the specific hostname I'm getting these errors:
Access to fetch at 'https://fra.cloud.appwrite.io/v1/teams/69b1560c0009057775d8/memberships?queries%5B0%5D=%7B%22method%22%3A%22equal%22%2C%22attribute%22%3A%22userId%22%2C%22values%22%3A%5B%2269627c1e0022144128ce%22%5D%7D' from origin 'https://skincare-buddy.appwrite.network' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Not sure what exactly I can do to fix this.
Nevermind. I'm dumb. Did a big refactor and the client didn't have the AppWrite Project ID properly set. How can I close this?
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...