-
Notifications
You must be signed in to change notification settings - Fork 249
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
Issue with notFound never triggered #82
Comments
I have exactly the same problem: root handler doesn't work with notFound handler. |
I guess I've found a workaround for this issue:
|
@Nyholm @nordskill just released |
Hello, Krasimir |
@nordskill can you please post your route definitions. |
I'm actually trying the refined version of your demo: http://nordskill.com/dock/navigo/scripts.js |
I'm having the same problem. All routes on base level (webpage/foourl) goes into '/' instead. My routing looks like
|
@nordskill sorry, I think I didn't make this clear and it looks like I deleted |
@johnhult can you please make sure that you are using the latest version. Also something really important |
@krasimir I changed the position of the What happens is that if I go to I was wondering if it could have something to do with my gulptask if it isn't Navigo itself?
|
@johnhult that |
Closing this one. Let me know guys if you still experience similar issues and will reopen. |
getting the same issue as @johnhult from Mar 30. When I manually enter an non-existent route |
I am using navigo on NodeJS and all of my requests redirected on default path ('*' or '/'). In HTTP Request Handler Function i am calling |
I have a simple route like:
If the URL is
/
it will go to start page. Also if the URL is/foobar
. I can never seem to be triggering thepageNotFoundController()
.How should I configure my routes differently? Naturally I only want to valid routes:
/
and/product/XX
.The text was updated successfully, but these errors were encountered: