So i have an appwrite collection with the permissions Read on Any (no document security)
When trying to access it I have an Error 500 when accessing it without any session :
{
"message": "Server Error",
"code": 500,
"type": "general_unknown",
"version": "1.5.3"
}
When using a session (tested known user or anon) it works.
After checking a little on the appwrite logs i saw that :
2024-04-10T11:49:50.227098245Z [Error] Timestamp: 2024-04-10T11:49:50+00:00
2024-04-10T11:49:50.227232385Z [Error] Method: GET
2024-04-10T11:49:50.227276118Z [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
2024-04-10T11:49:50.227304240Z [Error] Type: Utopia\Database\Exception
2024-04-10T11:49:50.227313388Z [Error] Message: Collection not found
2024-04-10T11:49:50.227319934Z [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
2024-04-10T11:49:50.227326562Z [Error] Line: 2623
Is it the normal way that should work ? (not sure cuz the log error)
I want to make my News collection public readonly for people to see them.
And the database ID and collection ID are definitely correct?
Recommended threads
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...