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
This probably doesn't work correctly if you have nested paths, i.e. an app on /foo/:id and an app on /foo/:whatever/detail. We could normalize those to a bare colon in the path substring comparison logic.
This probably doesn't work correctly if you have nested paths, i.e. an app on
/foo/:idand an app on/foo/:whatever/detail. We could normalize those to a bare colon in the path substring comparison logic.