i did
What value did you set
300MB
so
300000000
my file is 163,1 MB
Do 1GB just in case
Maybe it gets bigger than 300mb when compiled
true
didnt think of that
not working, probably the file itself is somehow the problem
Tell me your steps how you restarted your container
stopped the container
let it stop
started again
What container
All container?
yup
Do 2GB now lmao
Python tends to get really big
bruh LMAO
does not worj
i have python in there, latex and some images for the generation of a PDF. oh and .conda
maybe its because of .conda?
Check your docker logs
[Error] Method: POST
[Error] URL: /v1/functions/:functionId/deployments
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The file size is either not valid or exceeds the maximum allowed size. Please check the file or the value of the _APP_STORAGE_LIMIT environment variable.
[Error] File: /usr/src/code/app/controllers/api/functions.php
[Error] Line: 1135
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...