Access to fetch at 'https://cloud.mindbloomapp.com/v1/databases/6690622800253f723a68/collections/6692c45800189536494b/documents?queries%5B0%5D=%7B%22method%22%3A%22equal%22%2C%22attribute%22%3A%22ownerId%22%2C%22values%22%3A%5B%22668fdaab9eb9f50594ea%22%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B25%5D%7D&queries%5B2%5D=%7B%22method%22%3A%22offset%22%2C%22values%22%3A%5B0%5D%7D' from origin 'https://mindbloomapp.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
I have * set as the allowed url in the dashboard seemingly allowing every connection for development so Im unsure as th where this issue is coming from. Im using a NGINX reverse proxy for appwrite if that effects anything, I can send the config If needed.
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....