Stale UI state after navigation causes incorrect warnings
Jelle den Burger
In some cases, the meshPanel displays outdated state after navigating between views without a full page reload. Two known symptoms:
- False "no payment method assigned" warning — The panel keeps showing a payment method warning even though a payment method has already been assigned.
- False "You are not a member of this project" error — After navigating to a project the user is a member of, a membership error is incorrectly displayed.
Workaround: Performing a full page reload resolves the issue in both cases.
We are tracking this as a state management improvement to ensure the UI correctly refreshes its state after navigation, without requiring a manual reload.