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
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...