[SOLVED] An internal curl error has occurred within the executor! Error Msg: Could not resolve host
- 1
- Functions
Hi i deployed a brand new starter functin and tried to execute and im getting this error
An internal curl error has occurred within the executor! Error Msg: Could not resolve host: 64fbc65ae0daa\nError Code: 500
here is the appwrite-worker-functions logs
[Job] Received Job (64fbc6605a41d5.39456820).
[Job] (64fbc65add9d30.24832985) failed to run.
[Job] (64fbc65add9d30.24832985) An internal curl error has occurred within the executor! Error Msg: Could not resolve host: 64fbc65ae0daa
[Error] Type: Exception
[Error] Message: An internal curl error has occurred within the executor! Error Msg: Could not resolve host: 64fbc65ae0daa
[Error] File: /usr/src/code/app/workers/functions.php
[Error] Line: 284
What's your _APP_EXECUTOR_RUNTIME_NETWORK env variable set to?
its _APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
What's the output of docker inspect appwrite_runtimes?
i just did docker compose down and docker compose up -d and it started working
not sure what the problem was
[SOLVED] An internal curl error has occurred within the executor! Error Msg: Could not resolve host
@Steven I faced with the same issue. Could you help me to understand what exactly should I check in the output docker inspect appwrite_runtimes?
It's best to create your own support post especially since this is marked as [SOLVED]
Recommended threads
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...