Response was blocked by CORB (Cross-Origin Read Blocking) becasue of this i am not getting the images from appwrite
did you set up a platform?
yes
this is my function to get images getFilePreview(fileId){ return this.bucket.getFilePreview( confg.appwriteBucketId, fileId, ) }
Recommended threads
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- custom domain on cloudflair was verified...
I've added the credentials as instructed by the appwrite documentation, with cname set to dns only without proxy, and it successfully validated my domain, and w...
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...