
Running Appwrite in Docker on WSL/Ubuntu. I've deployed Dart functions and they work just fine! 👍 But I'm confused about the build process and using packages. When I look at the build process, there are three rounds of downloading packages and some seem to be downloaded three times. This is performed for every function that is deployed. How does that work? To make deployment more efficient and let functions use the same packages I thought it would be possible to override dependencies and add them. I can't get that to work. As I understand symlinks could be used, but I don't understand how these can be deployed. Where and how should I deploy packages stored in a separate folder? Within a container? Also, would this allow offline deployment of functions? Obviously pub get --offline isn't an option (like on the client side), but if all the required packages are cached and put in a common folder and then symlinked (is that a verb? 😅 ) to, would that work? Thanks for any help.
Recommended threads
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
- Is there a timeframe for updating dart r...
Dart 3.5 is already one year old, and the following versions have introduced very important features for the language. Is there a roadmap or timeframe for when...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
