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
According the documentation, /profile/:id+ will match /profile/123, /profile/123/abc. However, doing this will produce endless routes, which behave like /profile/:id*.