I am creating a Blazor WASM client to work with Appwrite Cloud, and since to my knowledge there is no Blazor SDK I have been working with wrapping the REST API as I need. I have the login and logout system working with a dummy account created in the Appwrite Dashboard. Though when attempting to create a new user within the Blazor app I keep receiving the following 401 message back.
{
"message": "User (role: guests) missing scope (account)",
"code": 401,
"type": "general\_unauthorized\_scope",
"version": "1.6.0"
}
I have verified that all previous sessions have been cleared, even checking cookies and local storage, before attempting to create a new user. The issue still clings on though. The C# code is rather simple, and can be seen below. Is there something else I am missing in trying to get user creation to function properly? Thank you in advance for any insight!
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...