Skip to content

fix refresh crashing app #4296

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix refresh crashing app #4296

wants to merge 2 commits into from

Conversation

zanesq
Copy link
Collaborator

@zanesq zanesq commented Aug 22, 2025

Made the fallbacks for checking local storage more resilient. Also added a backup mechanism for navigation since electron can have issues with hash based routing on load.

  • added exponential backoff retries to avoid accessing local storage before its available
  • added direct call to react router navigation with fallback to hash routing to avoid protocol errors in electron

fixes #4255

@zanesq zanesq requested review from alexhancock and DOsinga August 22, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reload Doesn't Work
1 participant