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
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...