RootCauseunvalidated
your request is being captured by the first endpoint — Since `/{username}` is defined before `/all`. Tension: your app is trying to find a user with the username "all". Outcome: Since `/{username}` is defined before `/all`.
76e38981-7ad8-428b-b27e-b5fd88104c5b
your request is being captured by the first endpoint — Since /{username} is defined before /all. Tension: your app is trying to find a user with the username "all". Outcome: Since /{username} is defined before /all.