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
- Password check in function
Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to c...
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...
- Host Static HTML Site
I'm trying to deploy a static HTML website on my Appwrite self-hosted instance. I can't get it to work. I don't really understand the configuration. I have the ...