We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey
When we use query parameters and we don't have a trailing slash to the path, we will get a page not found.
I've been able to reproduce this in the example on http://gabrielmoreira.github.io/riot-router/examples/example-01.html
When you would go to the url http://gabrielmoreira.github.io/riot-router/examples/example-01.html#/about?something then you get a page not found.
but this url will work (with trailing slash): http://gabrielmoreira.github.io/riot-router/examples/example-01.html#/about/?something
Could you have a look at this? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Sammeel , i'm on vacation. When i return i will look it. Em 05/04/2016 13:59, "sammeel" [email protected] escreveu:
Hey When we use query parameters and we don't have a trailing slash to the path, we will get a page not found. I've been able to reproduce this in the example on http://gabrielmoreira.github.io/riot-router/examples/example-01.html When you would go to the url http://gabrielmoreira.github.io/riot-router/examples/example-01.html#/about?something then you get a page not found. but this url will work (with trailing slash): http://gabrielmoreira.github.io/riot-router/examples/example-01.html#/about/?something Could you have a look at this? Thanks in advance. — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #24
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #24
Sorry, something went wrong.
Riot-Router 0.8.0
4bf0453
- Fix umd module - Fix hasOwnProperty #25 - Support query parameters #24
No branches or pull requests
Hey
When we use query parameters and we don't have a trailing slash to the path, we will get a page not found.
I've been able to reproduce this in the example on http://gabrielmoreira.github.io/riot-router/examples/example-01.html
When you would go to the url http://gabrielmoreira.github.io/riot-router/examples/example-01.html#/about?something
then you get a page not found.
but this url will work (with trailing slash): http://gabrielmoreira.github.io/riot-router/examples/example-01.html#/about/?something
Could you have a look at this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: