AnshOriginal post
Rank 2: Process
all it shows in error is this "An internal curl error has occurred within the executor! Error Msg: Operation timed out"
Summary
There is an error in the cloud function code, but it is not showing in the logs or errors. One solution is to wrap the code in a try/catch block and ensure that res.json() or res.send() is called exactly once. Also, check how long the function executes before it times out. One user had a similar issue and found the mistake in their return values. Another user suggested refreshing the page to see if it is still processing. If the timeout variable is increased, the processing time may be longer. To increase the timeout variable, go to function settings in the appwrite console. The error message "An internal curl