I noticed that the deployments of my functions went from ~12K (v1.3.x) to ~600K on v1.4.x. What is the reason for that increase in size?
What language the function is written with?
Mine went from 200k to 2.7MB, even tho it's still has the same code.
What language?
Dart 2.17
@Meldiron do you know why this is happening? I've also noticed this:
JS for Node v18
sooo i think the size before 1.4 was the size of the source code, but now it's the size of the build (which contains all the dependencies)
Hmm, so those dependencies were handled differently before 1.4?
no they weren't. it's just the size wasn't updated with the value after pulling the dependencies and building the function
Recommended threads
- Bulk feature status
Hi there, I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it ...
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...