Rank 1: Thread
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;