As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates dissapears. Feels like this might be affecting the relational columns, as I have one table with 4 rows, but from the table with a many-many relationship with that table I can only connect 2 of the elements, the rest is hidden, might be because of duplicate columns?
Is it related to my other post, which is unanswered, where my previous project just froze the appwrite console each time i click on the database. Started a new project now with hopes of it working, but not understanding the duplicate columns.
Any help greatly appriciated.
Recommended threads
- 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...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...