Internal curl errors has occurred within the executor! Error Number: 6. Error Msg: Could not resolve
- 0
- Self Hosted
- Functions

Hey I get this error when I wanna execute a function: Internal curl errors has occurred within the executor! Error Number: 6. Error Msg: Could not resolve host: 67d18e5c63566 Error Code: 500
I restarted everything... (docker compose up/down) I totally reinstalled everything event removed the volumes did Linux updates (ubuntu) restarted the server
Nothing I did not get any other error codes...
in docker logs appwrite I get this: [Job] (67d191f0b89c67.80953153) failed to run. [Job] (67d191f0b89c67.80953153) Internal curl errors has occurred within the executor! Error Number: 6. Error Msg: Could not resolve host: 67d191f0bab48 [Error] Type: Exception [Error] Message: Internal curl errors has occurred within the executor! Error Number: 6. Error Msg: Could not resolve host: 67d191f0bab48 [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Functions.php [Error] Line: 615
Recommended threads
- Best way to return html from cloud funct...
Right now I am return text ``` return response.text(JoinTeamHtml.successResponse(code), 200, {'Content-Type': 'text/html; charset=utf-8'}); ``` my c...
- Can req.headers['x-appwrite-user-id'] be...
Let's say that on the client I call a function: ``` const promise = functions.createExecution( //INSERT FUNCTION ID HERE );``` and then on ...
- Help figure out why files are not being ...
x-appwrite-cache: miss https://aw.minnich-mfg.com/v1/storage/buckets/default/files/62151b60daa6f/preview?width=1200&quality=75&project=60ba41c8937c5
