
I'm doing a request to get all documents in a collection like this:
https://mydomain.com/v1/databases/6495862f48d7d229caec/collections/640b33c1e55f24e05d10/documents
And I get database not found error, permissions seems to be OK, am I doing something wrong?

Rest API: database not found

What version of Appwrite is this?

I seem to get the same error on 1.3.8. Will try to see what the issue could be

Latest, 1.3.8

yep just tested and I get a 404 as well

okay so I realized the permissions on my collection were set wrong

I tested with REST API on Postman, and it worked

I had to add the X-Appwrite-Project
header to the request though

Without the header it gave me a 404 database not found

Uh, then that's the problem. I'm going to try with the header

let me know

[SOLVED] Rest API: database not found
Recommended threads
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- Is there a way of fetching random docume...
In SQL, we have the `RAND()` function, is there an equivalent in Appwrite? In my app, the user answers questions, which all have an Elo rating. I'm actually un...
