AnonymousTRIAL
a year ago
Currently I have two services running on a project. The first one is the API Gateway (grpc-nestjs) an the other is a microservice (grpc-micro). Both are deployed and running but when I try use an API I got an error.
ERROR [ExceptionsHandler] 14 UNAVAILABLE: No connection established
Currently I am using the Private Network domain in the URLs of configurations.
Do you know what I am missing?
Thank you in advance!
1 Replies
a year ago
port
a year ago
you need to use the port of the other service and vice versa
javiespTRIAL
a year ago
you need to use the port of the other service and vice versa
should i use shared variables to each service?