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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...