So, I've created a database named "developer" in which I've 4 collections: recipe , extraInfo , ingredient and steps.
in recipe collection when I tried to make relationship attribute then it shows that There are no collections that match your search
even though I've 3 other collections.
What could be reason of it ?
TL;DR
The developer is having trouble creating a relationship in Appwrite. They have a database with 4 collections, but when trying to create a relationship attribute in the "recipe" collection, the error "There are no collections that match your search" appears.
Solution: Make sure the collections are properly set up and accessible in the Appwrite dashboard before attempting to create a relationship attribute.