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>
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...