i am trying to signup and login on my Vite+react application
i am getting the following error :User (role: guests) missing scope (account)
TL;DR
Developers trying to sign up and log in on a Vite+React application are encountering the error "User (role: guests) missing scope (account)." The issue is that if users are not logged in, they can't call the getUser Endpoint. Additionally, creating an account does not automatically log them in.