"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
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...