-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error in micro-services mode: 400 Client Error #78
Comments
This was referenced Oct 1, 2018
@davisjam Let me know if you still see this issue after our discussion last week. |
Jonathan-Alexander
added a commit
to Jonathan-Alexander/Node-DC-EIS
that referenced
this issue
Mar 4, 2019
When running in microservices mode the client receives the error 400: Bad URL localhost:3000/employees This looks to be caused by posts to addNewEmployee being made without a last name for the employee. Add logic similar to loader.js from monolithic code to db_loader_service/controllers/loader.js to ensure enough last names for all the users to be added. Fixes: Node-DC#78
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(config.json includes the modified line
"server_port":"3000",
)Output begins OK but after loading the DB it prints:
(many times).
The text was updated successfully, but these errors were encountered: