grpc connection issues
itsklimov
PROOP

2 years ago

Hi, I struggle to connect with grpc server on railway.
The Help is out of solutions but there is a page saing it is supported
https://railway.app/changelog/2023-03-10-cli-v3

is anybody knows something?

project id d3345802-41e9-4f63-82c9-63d7f0fcf52a

3 Replies

aleks
HOBBY

2 years ago

Do you have a TCP proxy set up in your service settings? gRPC doesn't use normal HTTP(S), which is what the PORT variable is for.


itsklimov
PROOP

2 years ago

why no one says it.
Solution is adding proxy, entering port that you expose in the Dockerfile, use the given address in the channel of your client

1178150800518815700
1178150800804036900
1178150801059872800


baptistecumin
HOBBY

2 years ago

Hey guys - did you ever figure out how to make both a grpc and an http host/port work? I'm able to set up one or the other but not both for a service. Weaviate client requires both I believe


Loading...