-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Something leaks '/undefined' into URLs when acting as a guest #1079
Comments
What is the expected behavior here? |
The app should take you to RoomDirectory view on initial launch, but the URL should either be something explicit (like /directory) and certainly not /#/room/undefined. |
@ara4n now shows |
I'm still seeing this happen - e.g. loading http://localhost:8080/#/login leaves me sitting at http://localhost:8080/#/room/undefined |
Lemme check |
@ara4n This is strange, loading More pointers on steps to reproduce? |
gah, i think i was on an old feature branch - sorry :( on the plus side, On 15/03/2016 16:00, minhaz wrote:
|
fixed - thanks @mebjas :) |
I just started a fresh incognito tab against my local develop vector. This put me as a guest in RoomDirectory view, but something rewrote the location bar as http://localhost:8080/#/room/undefined. I then hit refresh, which took me to a 'Join' page, presumably trying to join a room with room id of "undefined". This also breaks URL-keyed page stats :(
The text was updated successfully, but these errors were encountered: