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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...