We are having this issue, no longer the function runtime or code, if it goes longer than 1 minute, there's no logs at all, just this error:
error code: 524
I'm not sure if this is an issue only when the function is triggered manually from the console or always
Or maybe it needs an early response and continuing the function async in the bg
Is appwrite using cloudflare in the frontend?
Recommended threads
- Oauth issue
Hi, can anyone help me in the Oauth issue, Its working fine in dev but its showing Invalid redirect during production. I have check the redirect url and all. St...
- Google/Apple OAuth to show continue to "...
hi everyone, I am building a react-native app with expo and appwrite. I have setup an OAuth flow with Google and Apple following this doc (https://appwrite.io/b...
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...