
Some of my functions are having problems, and I can't identify why. My functions only communicate with the database and do not make calls to other functions. I'm getting the following error:
Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.
Error Code: 408
I use a stress testing tool, and this error usually occurs when I increase the number of threads (users) in the tool. what could it be?
Recommended threads
- ERROR: NIOHTTPCOMPRESSION/DECOMPRESSION
Hello, I finally got my appwrite self-hosted and created an account which went through to the request. However, when I went to test it through Xcode and login t...
- Can Anonymous Sessions Be Converted to U...
According to the documentation, anonymous sessions can be converted into user accounts using email/password, phone (SMS), magic URL, or OAuth2. However, Email O...
- Please help! Login issues with IOS
Hi, I am facing issue with login when I use `account.createEmailPasswordSession(email, password)` or `account.createSession(userId, secret)` . Error `load fail...
