"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at "
- 0
- Self Hosted
- Web
- Storage
Hello,
I'm self hosting a project via docker on a linux server. Just noticed a weird issue. While it works on my laptop to open a page of my project (using Sveltekit) and upload files to a storage bucket I get this error trying the exact same on my phone Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at .../storage/bucket/...
I'm using Firefox on both devices and they are in the same network/wifi. There is no localhost involved. I'm calling the exact same url on my server.
Btw. opening that page on my phones browser works fine. Just the call to upload files to the storage bucket causes the CORS issue.
Recommended threads
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...
- Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. ```...