In functions, i don't see any node versions of runetime. When deploying a python starter function, i get an error Could not resolve host: appwrite-executor with status code 0
Change your enviroment variable "_APP_EXECUTOR_HOST=http://appwrite-executor/v1" to "_APP_EXECUTOR_HOST=http://executor/v1"
After changing it won't throw the error anymore but will show this
as for the node version, you need to enable the node-18.0 runtime in appwrite
I also think we changed the name of the executor when we moved it to open runtimes.
Yea I saw the change in a PR that's why I changed it
I am getting the same error as reported above. It works fine when I manually deploy my function but not when I deploy through github xD
This is what I see in the logs of the openruntimes-executor container
[Error] Type: Exception
[Error] Message: File Not Found
[Error] File: /usr/local/app/http.php
[Error] Line: 605
[Error] Type: Exception
[Error] Message: Runtime not ready. Error Msg: []
Error: No such container: executor-proj-ibb-64f370a480571e5c9fd0
[Error] File: /usr/local/app/http.php
[Error] Line: 319
Tested with deno-1.35 and node-20
Please create a new post
Recommended threads
- Vulnerabilities !!!
Why i can't mail to security@appwrite.io
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- [SOLVED] GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...