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
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...