application:1 Access to fetch at 'https://cloud.appwrite.io/v1/locale' from origin '' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://localhost' that is not equal to the supplied origin. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
I think this will solve the issue: https://youtu.be/oEpRh9H5l5g?si=dXu-uKJl2yvucpW5
Tell me if that works 😄
I still have the issue... its working for createemailsession but it failes for locale
Would you please share the network logs?
Are there any other console logs?
It doesn't look like you set the project id
Recommended threads
- Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For ...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...