(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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...