My appwrite function is not executing at all and showing the error in error logs:
I tried redeploying. Still no luck. I have set the function to ise maximum resources as well
Timed out waiting for runtime.\nError Code: 400
My project id is "swarnabook" on fra
Unable to redeploy as well. Deployment is building for past 20 mins
Same error
Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds
I’m experiencing the same error in the same region
we're aware of this and working on getting things to normal https://status.appwrite.online/incident/863156
Recommended threads
- Domain issues
i have deleted my organization before switch domains, now i cant register it in my new org
- Session cookies stored on wrong (sub-)do...
Hi, I own a domain `example.com` which is registered with the Appwrite nameserver. My website runs on Sites, using `www.example.com` as domain, and my function...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...