From here : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesCreateRelationshipAttribute
Link on "Learn more about relationship attributes" redirecti to 404 : https://appwrite.io/docs/server/docs/databases-relationships#relationship-attributes
Thank you for reporting this!
CC @VincentGe
oh no. @Steven I htink I know what broke this
hrefs like this used to work, but after we removed the base url thing to fix #header links these don't anymore
This is the link for you to look at @Bouahaza ๐
so the url here https://github.com/appwrite/appwrite/blob/af7cbef0245a33fc83eb0587d11355fc34395ac9/docs/references/databases/create-relationship-attribute.md?plain=1#L1 Needs to be updated to include the / at the beginning. Let me submit a PR
yah I have one
here are some more cases:
- https://github.com/appwrite/appwrite/blob/af7cbef0245a33fc83eb0587d11355fc34395ac9/app/controllers/api/storage.php#LL66C380-L66C380
- https://github.com/appwrite/appwrite/blob/af7cbef0245a33fc83eb0587d11355fc34395ac9/app/controllers/api/storage.php#L238
- https://github.com/appwrite/appwrite/blob/af7cbef0245a33fc83eb0587d11355fc34395ac9/docs/references/databases/update-relationship-attribute.md?plain=1#L1
Oh we need to fix quite a few of them then
I thought it was just me
nope! kk i found 4 total in the appwrite repo...let me double check the docs repo
i found some in docs. want me to submit a PR?
Sure
Here it is: https://github.com/appwrite/docs/pull/358
Marking this as solved
[SOLVED] Error on doc - relationship
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...