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
Right now, I assume that if the URI you're transition to is within the same hostname, it is a valid route in your ember app. However, it's possible that your ember app does not span the whole boundary of your hostname.
It would be nice if we could somehow ask the router if it recognizes a URI path and only wire up our soft transition logic in this case.
The text was updated successfully, but these errors were encountered:
Right now, I assume that if the URI you're transition to is within the same
hostname
, it is a valid route in your ember app. However, it's possible that your ember app does not span the whole boundary of your hostname.It would be nice if we could somehow ask the router if it recognizes a URI path and only wire up our soft transition logic in this case.
The text was updated successfully, but these errors were encountered: