I'm having a problem with refreshing the browser in specific URL (ex: http://localhost:5000/user) gives the page not found error. If I access that URL via hyperlink it works.
Note: its single page React app
Any help or advice appreciate
serve -s or serve --single to serve single page applications.
work perfectly , thanks
serve -s or serve --single does not work for me. Still get a 404 page not found error.
P.S. It is an Angular 6 app.
npm version: 6.4.1
Node version: 10.15.1
That's another issue (#507) in the last version.
Try installing version 10.1.1 until is fixed.
npm i -g [email protected]
@nicolasparada - That worked. Thanks a lot! 馃憤
Bug still present on serve version 10.1.2 on Windows 10 64 bit, Node v10.15.0.
Most helpful comment
That's another issue (#507) in the last version.
Try installing version 10.1.1 until is fixed.