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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...