I have 2 collections A and B
I want to have 2 different attributes in collection 2 with relationship to collection B
creating attribute relA_1 passes
but creating attribute relA_2 shows failed indicator next to attribute name in the console. This fails in both console and from Dart SDK.
Additional info: one-way many-to-many
If you get the JSON response for the attribute, you should see additional detail about why it failed.
It could be a problem with a conflicting key
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...