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
- Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some ...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- Cannot update relationship value with ev...
I have 2 Tables. One for all Clients (Image 3) and one for projects the clients can create. The problem: I can only assign a handful of clients (Image 1). The r...