I've had a couple of problems with appwrite functions for weeks and I don't know why they happen but I would like to know if there is a solution or have a little more help since I have a webapp and users keep having errors all the time
The first problem is that every now and then an execution fails with the error "Multiple internal curl error", it happens randomly, sometimes when the function has not been executed for a couple of hours, and you execute it again it gives that error and other times it happens out of nowhere even if the function is executed many times
The second problem is that from time to time, again it happens randomly, the function fails with "Execution time out", I will attach a photo of what happened recently that about 15 executions failed continuously with the same "Execution time out" error, However, when the same function works again, it runs in less than 1 second on average, so it is a very rare error, it is as if from time to time it goes to timeout and other times it runs almost instantly
What could be happening?
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...