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
//on the first run routeIron.Location.get().rootUrl//output "http://localhost:3000"
vs
//on every follow up visit of localhost:3000/Iron.Location.get().rootUrl//output ""
I have confirmed the issue only happens on meteor startup. As soon as you navigate away from the initial page Iron.Location.get() returns normal output.
The text was updated successfully, but these errors were encountered:
As posted in this issue iron-meteor/iron-router#917, the output if
Iron.Location.get()
is not consistent.vs
I have confirmed the issue only happens on meteor startup. As soon as you navigate away from the initial page
Iron.Location.get()
returns normal output.The text was updated successfully, but these errors were encountered: