
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
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- PR Review and Issue Assign?
I am not familiar with how things work here. I know that Issue have to be assigned before solving problem, It is for not wasting contributors time but I like t...
- Need help with clerk auth
Im having issue with auth
