http-server
http-server copied to clipboard
404 error on the page with param
Vue app I built is running on localhost:8080 by http-server.
But page routing with /user/:id is not working.
For instance, I enter localhost:8080/user/1 on browser then I'm getting 404 error.
Please let me know how can I solve it. Thanks.
running into similar problem, using browser-sync in the meantime
This issue has been inactive for 180 days