Hey there i have a question i just starded my project, i can register and login, but i don't go to the home page it says:
checkAuth: isAuthenticated - false, error: AppwriteException: User (role: guests) missing scope (account)
at Generator.next (<anonymous>) {
code: 401,
type: 'general_unauthorized_scope',
response: '{"message":"User (role: guests) missing scope (account)","code":401,"type":"general_unauthorized_scope","version":"1.6.2"}'
}
checkAuth: Error message: User (role: guests) missing scope (account)
checkAuth: Error code: 401
checkAuth: Error type: general_unauthorized_scope
My code is: Register.tsx: https://sourceb.in/7tREH6QNRJ Login.tsx: https://sourceb.in/kgONFqXAgm index.tsx/HomePage: https://sourceb.in/wpcQz3L8Sw
Recommended threads
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- SSL certificate issuance failed:
Domain verifies but SSL cert fails, tried different subdomains like .api and .aw, used cname and CAA, no prior CAA existed on website, tried Multiple CAAs at on...