(Self-Hosted) Dart function deployment build-settings don't seem to be run
- 0
- Self Hosted
- Functions

Hello everyone, I am currently trying to deploy a dart function on my Appwrite instance (v1.5.7). Due to the need of a corporate certificate to download dependencies I have altered the build-settings of the function. I am trying to download the certificate via wget before running dart pub get. This works with python functions. There it also logs me the output of wget. Now for the dart function I don't see an output of wget as I do for the python function. This indicates that wget is not being called during the build, or am I wrong here? Should there not be an logged output? Even when removing dart pub get from the build-settings it is still being called during deployment. What am I doing wrong?
Cheers!
Recommended threads
- How can I check which version of node-ap...
Hi everyone, I deployed a Function on Appwrite with the following in my package.json: ```"dependencies": { "node-appwrite": "*" }``` Since Appwrite automat...
- I can't add relationship attributes on m...
How can I make it work in selfhosted Appwrite?
- Various Issues with Selfhosted Instance
When Creating sites, applications and messages i get different errors in Appwrite: When adding Site: Cannot access offset of type string on string When buildi...
