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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...