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
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...