AndrikOriginal post
Web Developer
Hi there!
I'm facing with this issue when I try to execute a function on my web app.
Here is the docker logs appwrite-executor logs :
Executing Runtime: 6446faed6d9d0987c0f9-650efa95acd20b5db50d [Error] Type: Exception [Error] Message: An internal curl error has occurred within the executor! Error Msg: Could not resolve host: 6446faed6d9d0987c0f9-650efa95acd20b5db50d [Error] File: /usr/src/code/app/executor.php [Error] Line: 544
here is myvariable in the env file: _APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
Summary
Issue: Internal curl error occurred within the executor when executing a function on the web app.
Solution: Check the network configuration in the environment variable file to ensure it correctly resolves the host.