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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...