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
Now that I look at it again, I realize this might be a mistake because /admin should not be the same as /admin/. Also, HTTP protocol dictates that /admin// is different than /admin/, so that means we need to support both, even if the user is making a mistake.
In order to be consistent with false routes (issue #581), prefixes should not allow postfix slash.
If:
We could generate paths that are consistent:
/
.The text was updated successfully, but these errors were encountered: