I just created a new collection, added the attributes, and now the new attributes are stuck at "processing" for hours already, any help on how to debug this?
Is this on cloud?
No, my Appwrite is on a docker instance in a remote server
Have you tried refreshing the page?
yes i did, the appwrite cli also says its processing
Would you please check the docker logs for the appwrite-worker-databases container?
hmm, thanks for this, 1 familiar error which I have been getting a lot lately, and noticed from the logs is a
has failed Exception: Failed to connect to database: SQLSTATE[HY000] [1040] Too many connections in /usr/src/code/src/Appwrite/Resque/Worker.php:240
the line seems related to my issue so im going to inspect it from here further, my appwrite instance is in production
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...