not able to find the error in my cloud funtion code as nothing shows in logs nor in error
- 1
- Flutter
- Functions
all it shows in error is this "An internal curl error has occurred within the executor! Error Msg: Operation timed out"
Try increasing the value of timeout variable from function settings in appwrite console
I had the same issue, i now tried increasing the timeout variable, but now it is showing processing for a very long time
is it still processing? Did you try refreshing the page?
i made a mistake in returning the values
Now its working, thank you
Try to wrap your code in a big try/catch and ensure res.json() or res.send() is called exactly once.
Also, how long does it execute before it times out?
Recommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- Provider error when creating a function ...