(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
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...