btw thanks for trying!
Did you try to delete a relationship attribute where the related collection was deleted?
Btw, you should really upgrade to 1.3.8
i was thinking to do it at 1.4 now xd
and changelog doesnt state any relationship related updates
True
that was earlier (first deleted the collection then the attribute) but then i re created the collections and got the issue while creating new two way attributes
rn i am going with one way attributes after creating new collections again
they work fine
I don't fully follow...
I wonder if you're facing this: https://github.com/appwrite/appwrite/issues/6012
yea seems like that
i mean i also started getting this on creating two way new attributes
different issue btw
basically it was failing to create and then i couldnt delete it
Do you have exact steps to reproduce in a new database/project?
lemme try
trying but cant reproduce :(
wondering if its smth to do with indexes (prob not)
btw another thing that specific collection had like 31 attributes
but in new collections i didnt recreate those attributes
instead first created the relationship attribute
so dont think it was cuz of too many attrs
Sound like the same as my issue - https://discord.com/channels/564160730845151244/1141837364575076462
That’s the issue Steven linked above
i think i encountered 2-3 issues related to relationships and deletion of collections that even i am confused on reproducing but that def seems like one of the issues 👍
Recommended threads
- 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...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...