I've been having this issue of me not being able to sign up with the values "username", "email" and "password".
TL;DR
Developers are encountering an error where the user role "guests" is missing the scope "account" when trying to sign up. The issue arises from the signIn function not creating a session. To resolve the problem, ensure that the necessary session is created after the account is generated.