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

Fix coach quizzes blank page #12940

Merged

Conversation

AlexVelezLl
Copy link
Member

Summary

When navigating to coach > quizzes, there was a blank page:

image

The error was because we were trying to stringify a circular object, because we forgot to unwrap the classId value when fetching UserSyncStatusResource in ExamsRootPage.

After:
image

@github-actions github-actions bot added APP: Coach Re: Coach App (lessons, quizzes, groups, reports, etc.) DEV: frontend labels Dec 12, 2024
@AlexVelezLl AlexVelezLl requested a review from rtibbles December 12, 2024 14:28
Copy link
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@AlexVelezLl AlexVelezLl merged commit de63959 into learningequality:develop Dec 12, 2024
32 of 33 checks passed
@AlexVelezLl AlexVelezLl deleted the fix-coach-blank-page branch December 12, 2024 14:32
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.) DEV: frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants