Web Developer
Today, without any changes on our part, Appwrite Auth stopped working completely.
We cannot Register, nor Login.
Errors:
{ "message": "There was an error processing your request. Please check the inputs and try again.", "code": 400, "type": "general_bad_request", "version": "0.13.5" }
{ "message": "User (role: guests) missing scope (account)", "code": 401, "type": "general_unauthorized_scope", "version": "0.13.5" }
Specs:
- "@refinedev/appwrite": "^6.4.6"
- "node-appwrite": "^11.1.1"