You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the browser history state is being replaced if a user browses to the server when they are not signed in. This prevents a user from using the "back" button on their browser.
The text was updated successfully, but these errors were encountered:
pratheekrebala
changed the title
bug: browser history state is overwritten when user is signed-out
bug: browser history state is overwritten if user is signed-out while on landing page
Jan 27, 2023
bpmct
added
bug
s0
Major regression, all-hands-on-deck to fix
s2
Broken use cases or features (with a workaround). Only humans may set this.
and removed
s0
Major regression, all-hands-on-deck to fix
labels
Feb 15, 2023
It looks like the browser history state is being replaced if a user browses to the server when they are not signed in. This prevents a user from using the "back" button on their browser.
coder/site/src/pages/LoginPage/LoginPage.tsx
Lines 16 to 18 in a121201
Is this intentional? If not, I think the removing the
replace
on the navigate component should fix it..This was initially introduced in: #465
The text was updated successfully, but these errors were encountered: