Rank 2: Process
Self-hosted version 1.4.4
Upon executing an already-deployed function, I receive the error in docker logs openruntimes-executor
[Error] Message: An internal curl error has occurred while starting runtime! Error Msg: File Not Found
[Error] File: /usr/local/app/http.php
[Error] Line: 805
When attempting to redeploy a function - either manually uploaded or from github, I get this error:
[Error] Message: File Not Found
[Error] File: /usr/local/app/http.php
[Error] Line: 603
[Error] Type: Exception
[Error] Message: Runtime not ready. Error Msg: []
Error: No such container: appwrite-executor-6482321089e7fc625f5f-6519b7b1c402332b3236
Setting "_APP_EXECUTOR_HOST" to "http://executor/v1" caused an error when deploying or executing functions: Could not resolve host: executor with status code 0 (I did run docker compose up -d after modifying the env file)
I've searched the other support threads on this error and have followed the suggested solutions without luck.
I do use backblaze for storage.
Thank you