The custom collection id is "members" and when I call it with sdk it doesn't work.
the name is equal to id, is it a problem?
I give all the permissions to logged user
I think it is an auth problem, after authentication how can I query the db within that session?
ok understood
I am passing the authenticated client object and it doesn't work
How can I make a query after a session is created?
Hi, please don't cross post : )
To fetch documents, use listDocuments(). See https://appwrite.io/docs/client/databases?sdk=web-default#databasesListDocuments
sorry I've deleted it
You need to give permission to the collection as well
Recommended threads
- 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.. ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- createCollection Deprecated