-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug: Vue or React routers are broken on direct entry pathing #15
Comments
Yep, on 1.0.6 version it is working, just tested. |
@Satont yes, I forgot to mention version 1.0.6 it works. I had to revert to that version on our production servers. |
It is 100% because it tries to reroute and does not work. |
This was fixed in Just retested:
Got to http://localhost:8080/about and F5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 1.0.7
Create a react or vue spa with a router. If you navigate to the router it will return a 404 with your new change of "prevent path traversal outside content directory"
Context our setup on our dev server is Apache reverse proxy to Spa-to-http to React Spa.
The second setup is Traefik to Spa-to-HTTP to Vue Spa.
It returns a 404 .
The text was updated successfully, but these errors were encountered: