Rank 2: Process
Created a function based on the quickstart "Starter" template. Deploying the function terminated with:
Could not resolve host: appwrite-executor with status code 0
after changing the .env from
_APP_EXECUTOR_HOST=http://appwrite-executor/v1
to
_APP_EXECUTOR_HOST=http://executor/v1
as suggested in other posts and https://github.com/appwrite/appwrite/pull/6098/files
the build seems to work but then terminates with:
"File Not Found"
Executor Logs show:
`[31m[Error] Type: Exception[0m
[31m[Error] Message: File Not Found[0m
[31m[Error] File: /usr/local/app/http.php[0m
[31m[Error] Line: 605[0m
[31m[Error] Type: Exception[0m
[31m[Error] Message: Runtime not ready. Error Msg: []
Error: No such container: executor-64f06b5dd83d650d0b59-64f2fbf63e233b55acd8
[0m
[31m[Error] File: /usr/local/app/http.php[0m
[31m[Error] Line: 319[0m`
Note: https://discord.com/channels/564160730845151244/1147311089135132703 seems like a similar (probably the same) issue.