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
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...