Whenever I am navigating through items and pages to go through my collections and database I end up at a page that sends me a 404 error, if i refresh it remains 404, if i redirect back to the previous page that also gives me a 404 error.. Its really annoying, and this 404 error goes away after trying to navigate multiple times by starting from console and then trying to navigate to the desired page a couple times.
I would love to provide more data other than the obvious 404, I have a screen recording but it displays ids and stuff and I dont want to post that. Let me know where i can get the extra info from, such as logs or something.
Clearing cookies seemed to fix it. Temporarily
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...