Hi as the titel says i keep running into a mismatch when trying to access my site.
so im running into 2 issues
(self hosted website & appwrite)
- Some of my project is not being build properly therefore it doesnt make right calls etc. (different issue.)
So i tried to get it working on vercel. with which previously i used the appwrite cloud. However now i try it again to see if i get a different result. and i keep getting hit with:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://appwrite.lostcausenetwork.com/v1/account. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘https://dnd-charactersheet.vercel.app, https://dnd-charactersheet.vercel.app’).
vercel link:
https://dnd-charactersheet.vercel.app/ Domain: https://lostcausenetwork.com Endpoint: NEXT_PUBLIC_APPWRITE_ENDPOINT=https://appwrite.lostcausenetwork.com/v1
you can try to log in with:
guest@gmail.com Guest123!
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc...
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...