[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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...