-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route error on valid routes #76
Comments
I get the same error when there are parameters in the route via "?" |
look at here #55 |
Bypass also doesn't accept paths with double |
@Schultzer @anthonator Really strange this behaviour. I just tested |
@thiamsantos I don't know and I don't use bypass anymore, but maybe you could just add some test cases; to make sure, this is working, with previous and current OTP/Elixir releases; |
I've also run into this. Specifically any URL paths with query params will cause the "route error". |
Hi,
I get an
Route error
on routes with decimal values like/myroute/v1/0,10.0
OWM use these routes example here
https://samples.openweathermap.org/pollution/v1/co/0.0,10.0/current.json?appid=b1b15e88fa797225412429c1c50c122a1
I'm not sure if this is a Plug specific issue.
The text was updated successfully, but these errors were encountered: