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
- Auto Updating Backend & Auth via Appwrit...
<@870607367597850624> Hey everyone 👋 I wanted to ask to ask for a friend, he’s asking if Appwrite be used in a similar way to Supabase when integrated with AI ...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...