On Thu, Mar 12, 2026 at 11:12:27AM +0100, Arthur Bied-Charreton wrote: > Previously, when opening a deep link without being logged into PVE, the > hash was getting lost, redirecting the user to / instead of > /#<deeplink>. > > Store `window.location.hash` in sessionStorage (per-tab storage) before > redirecting to the login URL, and add it to `Ext.History` after successful > login to direct the user to the deeplink they opened. > > Signed-off-by: Arthur Bied-Charreton <[email protected]> > [...]
Quick side note that this is also an issue in PBS, will send a follow-up patch to the pbs list once we validate this approach/agree on another one here.
