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
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...