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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...