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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...