
I have a javascript file in the storage bucket and I used the view endpoint in an src
attribute of a <script>
tag. But I am getting the net::ERR_BLOCKED_BY_ORB
error in Chrome. I have set the hostname to *
in the platforms for the project. What am I doing wrong?
TL;DR
Developers are experiencing CORS errors when trying to load a JavaScript file from a storage bucket using the view endpoint in a `<script>` tag. The error `net::ERR_BLOCKED_BY_ORB` is occurring in Chrome. The issue might be due to the incorrect configuration of the CORS policy on the storage bucket. Check and ensure that the CORS policy includes the necessary permissions to allow the specific origin from where the script is being loaded.Recommended threads
- Web SDK chunk upload to Storage without ...
As discussed in this older thread (https://discord.com/channels/564160730845151244/1216821517749321808), the Read permission for Any needs to be enabled in orde...
- Storage getFilePreview for GIF file retu...
Used to work in 1.6.x but with 1.7.4 upgrade it seems to be broken.
- Appwrite Datetime Fields Display as "N/A...
I'm facing an UI issue on appwrite's collection documents list. A related question is opened by me on stackoverflow. https://stackoverflow.com/questions/796559...
