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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!