I started seeing this error pop up on my function logs a little over an hour ago. Which is weird because I was only pushing deployments from cli and didn’t change anything on the appwrite server.
The full error is:
An internal curl error has occurred within the executor! Error Msg: Connection reset by peer
And the appwrite-executor logs have:
Executing Runtime: nation-64133e7f235385826ba4 [Error] Type: Exception [Error] Message: An internal curl error has occurred within the executor! Error Msg: Connection refused [Error] File: /usr/src/code/app/executor.php [Error] Line: 541
How do I resolve this? All my other functions are working and executing as expected.
Hello it's a bug, let's wait for the next version https://github.com/appwrite/appwrite/issues/5233
Sure thanks. Is there a release date?
@6lackknight can you please explain in details when this occured? Was it right after deployment, or some time after? Did it happen multiple times or just once?
My deployment had been working fine all this time, it’s been up for a little over a month.
This started when I created a new NodeJs function on Thursday
It happens every time the function runs and they usually fail immediately.
The issue referenced is a case where the maintenance task kills the runtime container. If you're having the problem every time you execute the function, it might be unrelated to the issue. How long does your function take to run? What's your code?
Recommended threads
- 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...
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...