(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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...