Hello, I am receiving the following error when I am trying to deploy a function from my local.
> appwrite push functions --function-id xxxxxxxxx
ℹ Info: Validating functions ...
ℹ Info: Checking for changes ...
ℹ Info: Pushing functions ...
✗ Error • myfuncname (xxxxxxxxx) • The file size is either not valid or exceeds the ma
✗ Error: No functions were pushed.
I have tried setting the following environment variables with no luck:
_APP_COMPUTE_SIZE_LIMIT=500000000
_APP_FUNCTIONS_SIZE_LIMIT=500000000
_APP_FUNCTIONS_BUILD_SIZE_LIMIT=500000000
.tar.gz file is 30.5MB. I have deployed this function in this manner before, in fact according to the console those deploys were 46MB. I did not have any environment variables set then, so I'm really not sure what caused this all of a sudden.
Any tips to get this working? Thanks!
Recommended threads
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...
- SSL Certificate Issuance Failed
When we first deployed our site using appwrite and a custom domain everything was working, but it seems like the SSL certificate never got renewed. I tried dele...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...