grpc connection issues
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
Solution:Jump to solution
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.
3 Replies
Project ID:
d3345802-41e9-4f63-82c9-63d7f0fcf52a
Solution
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.
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