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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...