Hello, I added my Netlify url as my Hostname and i get this CORS error. I also removed the localhost from the hostname, but still have access when i start the app on localhost.
here it is
how to fix this?
are you sure there are no other spaces before or after the hostname?
Also, I think your app is missing the project ID
my .env wasn't working on netlify, now its fixed and working, thank you Steven <:appwriterocket:823996226894692403>
[SOLVED] CORS error on React app
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...