When I create a new document in the Appwrite console it works. When i then want to open the "data" tab of that document, the app crashes with [n[1].key].keys is not a function or its return value is not iterable (see first screenshot).
After that, the entire Console app becomes unresponsive. When I click on something else, the URL in the top bar changes but the app doesn't do anything and it just throws these errors in the console like Cannot read properties of undefined (reading 'removeAttribute') (second screenshot).
The data model of the document is shown in the 3rd and 4th screenshot.
Anyone an idea what's going on here?
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...