Whenever I try to upload videos to my storage, I get an error saying my origin has been blocked by CORS policy and it fails to upload my video.
It works 100% fine when I try to upload Images or files but when I try to upload video Cors error occur
I have added platforms for both localhost and *.vercel.app and tried * but it is not working for video upload.
I was able to upload video, files, images completely fine till day before yesterday. But when I Opened my code yesterday, out of nowhere it stopped working, also it let me upload the video a time or two when a added a new platform for vercel and uploaded a video from vercel app then started giving Cors Error for the same code and same platform.
Recommended threads
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...
- Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from ...