[SOLVED] Cannot set file size limit above then 28.6102294921875 MB in a storage bucket.
- 0
- Self Hosted
- Storage
28.6102294921875 is the maximum I could get. The error basically says that you can't set limit more than 30,000,000 bytes which is the number above in megabytes. It raises questions because there's option to specify size in GB, which obviously won't work at all.
See the storage limit environment variable: https://appwrite.io/docs/advanced/self-hosting/environment-variables#storage
Didn't saw that, thank you!
[SOLVED] Cannot set file size limit above then 28.6102294921875 MB in a storage bucket.
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...