Deploy of microservices gRPC using NestJS

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

AnonymousTRIAL

a year ago

Project ID: 67b61053-66fd-4368-acf0-2b4911f688b4


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?


Deploy of microservices gRPC using NestJS - Railway Help Station