Anyone ever created a Swift app using gRPC and made network calls over the internet successfully?

I'm hosting a small NodeJS backend on https://railway.app and can't get calls to go through over the internet, but they work find on localhost.

#ios #swift #grpc #nodejs

Railway

Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.

Railway
Can't call service on production but localhost works fine · Issue #1538 · grpc/grpc-swift

What are you trying to achieve? Trying to call my gRPC service that's hosted on railway.app, but I always get errors in production. Connecting to my local NodeJS instance works fine, but when c...

GitHub