I really need help to solve this, I don't know how.
I'm lost for words since the migration doesn't work and I'm getting weird relationship issues now which affect what collections I can visit.
"collections" is collection that has a relationship with "posts" and "users", all of these have document security but read access to "Any". So there should be no issue.
If I remove the post from the collection document it works again. The fact that my Appwrite installation has somehow corrupted itself is very concerning.
Any help would be appreciated other than please check your MariaDB for missing attributes. I have no idea how to do that and I wouldn't be using Appwrite in the first place if that was a prerequisite.
I'm happy to try any suggestions.
Weird behaviours include:
- Updating a document in Console takes about 20 seconds that previously took around 1s max.
- Many to many relationship fail to create
- Migration doesnt work
- Unable to move the Appwrite installation to Cloud
Recommended threads
- 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." ...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...