Hi, whenever I disable a collection I loose access to it (admin web interface). My logs show :
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Collection with the requested ID could not be found.
appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.php
appwrite | [Error] Line: 2899
Version 1.3.3. Thanks.
What do you mean by disabling collection?
Switching Enabled to OFF in the Settings tab.
What's your appwrite version?
I did this to myself too π I think this is fixed in 1.4.0...otherwise, you'll need to go into the database and update the flag π¬
1.3.3. I gonna upgrade. Thx
Upgraded to 1.4.3 and got access to my disabled collections! Thx guys. π
[SOLVED] Disable collection = lost access (Internal 500)
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- CSV imports were not working but found a...
With 1.9.5 Self-Hosted on a remote Debian 13 VPS I was trying to upload some data using the Import from CSV function. After following the Docs I created a csv f...
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126