I have Appwrite installed on docker in test mode and I try to connect to the backblaze storage, I did the settings in the .env file but it still doesn't connect.
_APP_STORAGE_DEVICE=local _APP_STORAGE_BACKBLAZE_ACCESS_KEY=-------- _APP_STORAGE_BACKBLAZE_SECRET=--------------- _APP_STORAGE_BACKBLAZE_REGION=----- _APP_STORAGE_BACKBLAZE_BUCKET=-----
This is the configuration I have, obviously in each configuration there is the respective value taken from the backblaze account
What am I doing wrong?
First off the device shouldn't be local
Recommended threads
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- Storage images using custom domain retur...
Some of the images uploaded to my storage bucket returns this error: ``` { "message": "Project with the requested ID could not be found. Please check the value...
- Bandwidth limit for your organization ha...
I received an alert that I exceeded the Free plan bandwidth limit (showing 5.86 GB), but my dashboard tells a different story. The usage stats there are much lo...