
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
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
- Custom Auth flows
Is there a way to create a user session with just the username from admin client ? We want to implement custom auth flow , once we verify every thing, we want ...
- Processing attributes blocking progress
Hello, I created a collection yesterday and two attributes were processing. I left it as is yesterday since I wasn't working with this collection but they're st...
