You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: