Running the attached integration test on Windows platform I get the following error. Any idea of what I'm doing wrong ?
π Starting...
01:22 +0: Appwrite Authentication Integration Tests should authenticate with email and password
π Starting integration test...
π Logging in...
β
Login successful!
π Session ID: 689cc578e5268b8134cf
π€ User ID: 67be3f91795b8c504ec0
π Session expires: 2026-08-13T17:03:52.938+00:00
π Provider: email
π€Setting client session id...
π€ Getting user info... β Error: AppwriteException: general_unauthorized_scope, User (role: guests) missing scope (account) (401) Code: 401 Type: general_unauthorized_scope Message: User (role: guests) missing scope (account) βββ‘ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK βββββββββββββββββββββββββββββββββββββββββββββββββββββ The following AppwriteException was thrown running a test: general_unauthorized_scope, User (role: guests) missing scope (account) (401)
Recommended threads
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...