SaurabhOriginal post
Rank 2: Process
suddenly getting these error messages:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: AppwriteException: , 404 page not found E/flutter (12837): (0) E/flutter (12837): #0 ClientMixin.prepareResponse (package:appwrite/src/client_mixin.dart:80:9) E/flutter (12837): #1 ClientIO.call (package:appwrite/src/client_io.dart:383:14) E/flutter (12837): <asynchronous suspension> E/flutter (12837): #2 Account.get (package:appwrite/services/account.dart:20:17) E/flutter (12837): <asynchronous suspension>
Summary
Developers are suddenly getting a 404 page not found error message in their app, specifically related to the AppwriteException. The issue seems to stem from the ClientMixin and ClientIO classes in the appwrite package. The error occurs when trying to call the "Account.get" method.
Solution: This may be caused by issues with the Appwrite backend service or incorrect routing. Developers should check that the API endpoint for the Account.get method is correct and that the necessary data is being passed correctly.