We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run yarn start:server1 or yarn start:server2,both I got following error message:
yarn start:server1
yarn start:server2
[Nest] 4552 - 2020-12-18 16:57:12 [ConsulService] Unable to initial ServiceModule, retrying... +6015ms Error: connect ECONNREFUSED 127.0.0.1:8500
Did I miss something? I'm not familiar with Consul or gRpc I just start up the 2 server with scripts in package.json directly
The text was updated successfully, but these errors were encountered:
@zyhcool , you need Consul, as stated in the README.
Sorry, something went wrong.
No branches or pull requests
When I run
yarn start:server1
oryarn start:server2
,both I got following error message:Did I miss something?
I'm not familiar with Consul or gRpc
I just start up the 2 server with scripts in package.json directly
The text was updated successfully, but these errors were encountered: