This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Replies: 1 comment
-
The reason you're having trouble is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is small example that causes this issue. I have three routes /todos, /todos/:id, /todos/filters. Why when I go to "/todos/filters" it drops me this exception?
P.S. When I think more about it -> it's because "filters" is expected as :id? Shouldn't router use parameter in subroutes as last resort, giving higher priority to static addresses first?
Beta Was this translation helpful? Give feedback.
All reactions