Relationship attribute showing "n/a" even it's linked to related document in Appwrite cloud console.
- 0
- Databases
- Cloud
I've two collections, "products" and "collections" (name of the collection in database) , products collection has one way relationship with "collections" collection, I've updated the data means I linked the product with related collection, but its showing "n/a", but I can see the related document in data tab of the product, and I can't access the data from my code, since its showing n/a.
First I thought it's because of one way relationship, but I have one way relationship in other collections, there I can see the data in the attribute.
Relationship attribute showing "n/a" even it's linked to related document in Appwrite cloud console.
<@462046107556511744> please check this
Bro that is an old issue I have also created issue here - https://github.com/appwrite/appwrite/issues/6944
Change attribute name from "collection" to other word.
Let me try that<@895918646877122561>
<@462046107556511744> now its stuck
Recreate the collection
if the collection has lot of documents and then this happens, I'll loose all the data. currently I can do that, but in future this happens that will be a problem.
Can you ignore the stuck attribute?
I try to create another attribute as replacement, it's failed.
Check list collection API response and look at the attribute
<@462046107556511744> this ?
No the JSON response
tried to store the data, still same and for category attribute, which got stuck, I'm getting unknown attribute.
undefined
What do you mean? Share the JSON please
I'm using it in flutter, I'm not getting any data and now documents are not linking in the console
<@462046107556511744> its showing null in category attribute
@Raja is your error solved ?? I am facing the same issue
Me too, @Steven is this related to 1.6? I'm on self hosted and cannot create it without n/a
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...