I am self hosting appwrite on my server and suddenly have this issue where any attribute i create is infinitely processing. I cannot create documents as well. I am self hosting on coolify and have tried adding max connections to the docker compose file. I have also tried restarting of course.
@Sani_R seems to be a thing with Coolify and a PR has been made to fix it
@WhMonkey I actually just did and it worked. I can now create attributes once again. however the old ones still show processing no sure how to get rid of those
That I’m not sure about… sorry.
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...