I am currently working on my new project creating documents works fine but when i want to upload image in bucket it gives me a CORS error.
Sometimes image gets uploaded and sometimes shows CORS Error . I will be really grateful if someone can help me.
Could you explain a little more about your code usage, cloud or self hosted and what the exact issue is?
Please add proper tags next time, such as storage and cloud/self hosted.
I was trying to create an blog app , but when i upload image it give me a CORS error and i am using cloud version of Appwrite with Web not with any SDK
So self hosted then?
Also, why not use the SDK? It does everything for you.
You also used the tag "web" meaning you are using the appwrite web sdk. So you are using REST API instead?
Recommended threads
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...