handsup-react
handsup-react copied to clipboard
The application sometimes gets into an inconsistent state and the user can't add questions
The error message is from GraphQL saying we don't have enough privileges.
The solution is to logout and login again so the Auth0 data can be updated. This can be related to losing the userId or Auth0IdToken.
One approach would be to identify this case and logout the user automatically.