gothinkster / angular-realworld-example-app

Exemplary real world application built with Angular

Home Page:https://angular.realworld.how/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Explain about angular] F5 make not found error

lwf804 opened this issue · comments

Hi, I am beginner with angular2. I try with your demo: https://angular.realworld.io. But when i press F5 at url: https://angular.realworld.io/profile/travelLX. This act make not found error. Can you explain for me? Thanks!

Because the webserver (hosting the app) tries to serve the route. It must be configured that the requests https://angular.realworld.io/xxxx respond with the angular index.html which will take control of the routing to /profile/travelLX

fixed