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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...