
"message": "Collection with the requested ID could not be found.",
"code": 404,
"type": "collection_not_found",
"version": "1"
}```
I want to use this as server side API with appwrite key

what endpoint are you trying to request?

can you share the URL you're trying to request?

/v1/databases/{databaseId}/collections/{collectionId}/documents
this the url I tryng requrst

Here are the possible scenarios 1/ You are using incorrect IDs for the collection 2/ Your API Key is not being set correctly in postman 3/ Your API key is incorrect

Can you provide the exact full URL that is actually in the request?

--header 'X-Appwrite-Project: {{appwriteProject}}' \
--header 'X-Appwrite-Key: {{appwriteToken}}' \
--header 'User-Agent: Apidog/1.0.0 (https://www.apidog.com)' \
--header 'Content-Type: application/json'```

This the curl

is your project ID and token set in postman ?

Yes, I set it in variable

Note this no postmant but apidog


Unrelated, but what version of Appwrite do you have? I think your Appwrite might be outdated

Would you be able to go to the collection in the Appwrite console and share the URL?

Version 1.3.3

ya you should make sure to upgrade to 1.3.4 and run the migrate command
Recommended threads
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- Looking for Partner
I'm looking for a partner for long-term collaboration. Of course, you'll get paid for it. If you are interested, please send a DM to me
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
