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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...