
When removing a relationship in a DB, I'm getting a stuck
tag on said entry, as shown in the attached screenshot. I'm confused as to what this means

Did you try to delete it while it was processing?

Are you on Appwrite Cloud?

nope

nope, this is a local self-hosted docker instance of appwrite

Can you check the docker logs for the appwrite-worker-databases container?

there should be some logs related to that attribute

Attribute not found
[Job] (6553b327eb8d61.08949735) successfully run.

despite it indicating the attribute doesn't exist, restarting appwrite still shows said attribute, inclusive the stuck label

Did you change anything about the attribute after creating it? Did you maybe delete the related collection?

i did re-deploy the related collection from the appwrite cli, that could be why - how would I go about removing the attribute in it's current state?

I have the same, also for the same reason (removed the respective collection and hence also want to remove the relationship).

How to get the attribute unstuck? I get a 400 when trying to create/update documents in the collection with the stuck attribute.

Relationships are taking forever to do anything.

Yah, it got stuck yesterday and is still stuck š

PS: Version 1.4.13 on cloud

Both cloud and shelf host have the same issue.

yeah I saw some other threads on this, but no solution so far?!

You're probably running into this issue: https://github.com/appwrite/appwrite/issues/6012

You would need to recreate the collection

Thanks @Drake š

PS: why wasn't the MR approved??? It would fix the issue. (I understand it can/should be fixed at the root cause of deleting the related collection, but the proposed fix would have solved it too, and so far the "better" fix is nowhere ā not the best decision IMO)
Recommended threads
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
- [Self Hosted]
fresh instance of Appwrite - cant deploy function from local to instance ā Error ⢠func2 (68134cd9002358f96e4a) ⢠Invalid `specification` p...
