I am getting the following error when trying to deploy a feature from the github repository Failed to connect to appwrite-executor port 80 after 2 ms: Couldn't connect to server with status code 0
After 5 minutes I launched it again and it worked
Are you self hosting? What version of Appwrite are you on?
In 1.4.4 version
Try using the upgrade command to upgrade to 1.4.6
Good afternoon.
I updated to version 1.4.6 and the deployment works correctly, I had to redo the deploy and was active correctly, before the update worked correctly the execution of the function, but now it generates the following error:
An internal curl error has occurred within the executor! Error Msg: Operation timed out\nError Code: 500
The following is shown at the log level. Operation timed out
As I am writing this, I decided to run the function again and this time it worked hehehehehehehehe
Best Regards
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?