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

tell user to do page refresh on dashboard error #1171

Closed
huss opened this issue Mar 23, 2024 · 1 comment · Fixed by #1322
Closed

tell user to do page refresh on dashboard error #1171

huss opened this issue Mar 23, 2024 · 1 comment · Fixed by #1322
Assignees
Labels
i-good-first-issue This issue is probably a good starting point for people new to coding or the OED project. p-high-priority This issue should be the focus of design and developement effort. t-bug The issue is related to an aspect of the software which is incorrect
Milestone

Comments

@huss
Copy link
Member

huss commented Mar 23, 2024

Is your feature request related to a problem? Please describe.

Since PR #1113, the dashboard catches otherwise uncaught errors and displays a message with a button to return to the dashboard. Sometimes this button does nothing but refreshing the web page works.

Describe the solution you'd like

Assuming this is not a bug with the button but due to bad state that must be wiped to continue, add below the current button something similar to (and translated):
If the clicking the "Return to Dashboard" button does not work then please click the button below to restart your OED session
<button to refresh; not sure if need to force to initial OED page>

Additional context

None

@huss huss added t-bug The issue is related to an aspect of the software which is incorrect p-high-priority This issue should be the focus of design and developement effort. i-good-first-issue This issue is probably a good starting point for people new to coding or the OED project. labels Mar 23, 2024
@huss huss added this to the 1.1 release milestone Mar 23, 2024
@huss huss moved this to Todo in Redux Toolkit Mar 23, 2024
@hazeltonbw
Copy link
Contributor

I have made changes in our fork that adds a "restart session" button for when users are stuck in an error state. Please assign me to this issue so I can show the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i-good-first-issue This issue is probably a good starting point for people new to coding or the OED project. p-high-priority This issue should be the focus of design and developement effort. t-bug The issue is related to an aspect of the software which is incorrect
Projects
Status: Done
2 participants