I tried to delete an attribute from my collection, now it says "stuck" and I cannot do anything with this.
Environment: Self hosted
I'm more interested in how I can debug this
Is this a relationship by any chance?
no
it's just a string
but I got "deleting" on a relationship
Would you please share the docker logs for the appwrite-worker-databases container?
Ok
[Error] Timestamp: 2023-08-14T04:55:16+00:00 [Error] Type: Utopia\Exception [Error] Message: Not Found [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php [Error] Line: 803
Utopia\Exception
I don't think this is realted to the problem...is this from the appwrite-worker-databases
container?
I think it was, but I had to move fast so I reconstructed the database and is currently working fine, I will stress test later and try to reproduce the scenario
[CLOSED] "stuck" state when trying to delete attribute
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- 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...