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

Investigate multiple render issues on /map and remove forced page reload #270

Closed
dimasciput opened this issue Jan 23, 2025 · 0 comments · Fixed by #276
Closed

Investigate multiple render issues on /map and remove forced page reload #270

dimasciput opened this issue Jan 23, 2025 · 0 comments · Fixed by #276
Assignees

Comments

@dimasciput
Copy link
Member

We currently rely on a hacky solution that forces a full page refresh when navigating to /map because of multiple rendering problems that occur otherwise. Specifically, the issue arises when a user:

  1. Logs in,
  2. Navigates to /map,
  3. Performs analysis,
  4. Goes to the Dashboard,
  5. Returns back to /map.

On repeated navigation, the map component is re-rendered multiple times, eventually causing the error:

“There are too many active WebGL contexts on this page, the oldest context will be lost.”

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 a pull request may close this issue.

2 participants