Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Pretzel doesn't handle trailing slashes on pages #289

Closed
idvorkin opened this issue Dec 25, 2015 · 4 comments
Closed

Pretzel doesn't handle trailing slashes on pages #289

idvorkin opened this issue Dec 25, 2015 · 4 comments

Comments

@idvorkin
Copy link

For example the following works:

http://locahost:8080/page1 

But with a trailing slash it fails:

http://locahost:8080/page1/
@laedit
Copy link
Member

laedit commented Dec 28, 2015

Thanks for reporting it.
It's happening on the taste command?
Do you have an error with a stacktrace or just a 404?
It's likely due to Firefly, the currently used local server which should be replace by Nowin, it has caused other issues.
If you have time a PR is more than welcome 😄

@idvorkin
Copy link
Author

Yup this is with taste.
No stack trace, just a very simple page, which is coming back with status code 200, looks like:

 Page not found: /welcome-to-holland/

@laedit
Copy link
Member

laedit commented Jan 2, 2016

Have you tried with the version 0.3.0?

@idvorkin
Copy link
Author

idvorkin commented Jan 4, 2016

Sweet - Fixed in 0.3.0 - Thanks!

@idvorkin idvorkin closed this as completed Jan 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants