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
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
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.