Rank 2: Process
I am using appwrite cloud, and signing up/ signing in like this
"github", "http://localhost:3000/success.html", // Callback URL for success "http://localhost:3000/failure.html", // Callback URL for failure [] );```
And when I do `account.get()` on the success page, it returns this error:`sdk.js:381 GET https://cloud.appwrite.io/v1/account 401````AppwriteException: User (role: guests) missing scope (account) at e.Client.<anonymous> ```
also, the user gets added but the no. of registered users remain 0