petr166/mean-chat-app

http://localhost:8000/api/users/register net::ERR_CONNECTION_REFUSED

Closed this issue · 5 comments

how to resolve this issue?

did you run the backend api? please follow the instructions in README and try again

I ran the backend also. How to fix it?

I ran the backend also. How to fix it?

@ldilshan @ManishDhawal Kindly try the following before running npm run dev

  • export ROOT = "/api"

  • change PORT = 8000 in config/index.js so that it matches on the client side

This is should solve the issue. I have addressed the same in PR #8

Regards,
Ashay

Thanks Ashay. I have already done like this.sorry for the late reply.

@ldilshan

You can close the issue if it's solved.

Happy Coding!

Regards,
Ashay