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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...