For some reason I can not get the cloud functions to work; Deploying via the CLI is no issue (I have no github connected) But every time I get "An internal curl error has occurred within the executor! Error Number: 6. Error Msg: Could not resolve host: 6619044476f5c\nError Code: 500" when trying to execute any function from the GUI (same from code) I have tried mapping specific docker networks as suggested in https://github.com/appwrite/appwrite/issues/2940 but no luck;
Is there a step Im missing here?
The executor log shows the following:
2024-04-12 11:51:29 2024-04-12 11:51:29 Warning: Swoole\Table::set(): key[appwrite-executor-66083886002a0dfde2aa-661904218d00ec8d470d-build] is too long in /usr/local/app/http.php on line 419 (x4)
2024-04-12 11:51:50 [Error] Type: Exception 2024-04-12 11:51:50 [Error] Message: An internal curl error has occurred within the executor! Error Number: 6. Error Msg: Could not resolve host: 6619043595c12 2024-04-12 11:51:50 [Error] File: /usr/local/app/http.php (x4)
"key[appwrite-executor-66083886002a0dfde2aa-661904218d00ec8d470d-build] is too long in /usr/local/app/http.php on line 419 2024-04-12 11:51:31 " Feels new to me, perhaps due to the changes in the docker / .env files; Ill try to play with that;
Recommended threads
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...
- Appwrite self host version mismatch
Cloud is on 1.9.5 but Docker Hub only has 1.9.0. Migration fails with 404 general_route_not_found. When will 1.9.5 be published to Docker Hub?