HmongDevOriginal post
Rank 2: Process
I'm following a youtube tutorial: https://www.youtube.com/watch?v=ZBCUegTZF7M&t=7635s&ab_channel=JavaScriptMastery
and am gettin this error.
My instinct is to add Guest role, but the tutorial doesn't specify doing so in order to log in.
Any help would be appreciated.
Summary
Error message indicates that the developer is missing a specific scope (account) for the user role (guests). The issue arises during sign-in even though the user is created in the database. The permissions in `Storage` settings are configured for guest roles only. The mentioned tutorial doesn't provide clear guidance on adding the Guest role for logging in. The potential solution would be to add the required scope (account) to the Guest role to resolve the error.