Skip to content
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

Getting 404 for all services #65

Closed
NishthaJain04 opened this issue Oct 23, 2018 · 3 comments
Closed

Getting 404 for all services #65

NishthaJain04 opened this issue Oct 23, 2018 · 3 comments

Comments

@NishthaJain04
Copy link

Hi,
I'm getting a 404 Not Found error for all services that are run in the app. Thus, I'm not able to see any records or login in the app as well.

@DanWahlin
Copy link
Owner

DanWahlin commented Oct 23, 2018

Make sure that you're following all of the steps in the readme. If you're running ng serve for example that won't work for this app since it has a service behind it for the data. You need to run ng build followed by npm start. If you go through each step in the readme it works.

@NishthaJain04
Copy link
Author

right. I was using ng serve. works with ng build and npm start. thanks!

@DanWahlin
Copy link
Owner

Glad you got it going.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants