Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiz creation does not properly show the authentication wrapper #12442

Open
rtibbles opened this issue Jul 12, 2024 · 0 comments · May be fixed by #12755
Open

Quiz creation does not properly show the authentication wrapper #12442

rtibbles opened this issue Jul 12, 2024 · 0 comments · May be fixed by #12755
Assignees
Labels
APP: Coach Re: Coach App (lessons, quizzes, groups, reports, etc.) P2 - normal Priority: Nice to have

Comments

@rtibbles
Copy link
Member

The CoachIndexPage uses the AuthenticationWrapper component to show state if a user does not have permissions to view the page they are on. Because of uncaught errors during state loading, this never gets displayed if one is navigating directly to a quiz creation route, as seen below:

  1. When my session has ended while I've been editing a quiz then I am brought back to the sign-in page where I can sign in as a learner user in which case I am redirected back to the quiz editing page and since I don't actually have permissions to see it I am getting a blank screen:
learner.mp4

Originally posted by @pcenov in #12414 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APP: Coach Re: Coach App (lessons, quizzes, groups, reports, etc.) P2 - normal Priority: Nice to have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants