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

[Bug] Blank page resulting from JS errors on reload after version upgrade #230

Open
gsreynolds opened this issue Aug 18, 2022 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@gsreynolds
Copy link
Collaborator

Occasionally, after deployments of PD Live are upgraded to new versions when users reload their console it is observed that a blank page is rendered and JS errors occur, similar to below. It requires clearing of the local cache/storage and reloading the page to restore functionality.

The cause is currently unknown as to why changes in the Redux store result in this and requires investigation.

image (8)

columns.forEach((col) => {

@giranm giranm added the bug Something isn't working label Aug 19, 2022
@giranm giranm moved this to Triage in PagerDuty Live Aug 19, 2022
@giranm giranm added this to the Beta milestone Aug 19, 2022
@gsreynolds
Copy link
Collaborator Author

Can be reproduced by loading an earlier version of the app, then running latest.

Can also be reproduced on the latest versions by editing the local storage of Redux state persist:root nested JSON for incidentTable to rename the nested key incidentTableColumnsNames to something else. Previous versions of the app used incidentTableColumns and when later versions which expect incidentTableColumnsNames are run with local state missing that key, the error occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Triage
Development

No branches or pull requests

2 participants