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
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...