Unable to hit private service
One of my apps is logging the following:
The service does exist (see screenshot) AND this broke overnight; as in, no changes there.
The error message is confusing because it mentiones both a POST and a PUT, but ignore that. That's just a typo in the actual log.
5 Replies
Project ID:
4422bada-2d1e-4333-b644-ccf8d3033e95
4422bada-2d1e-4333-b644-ccf8d3033e95
what port is this users service listening on
Hey! Sorted this out – I wasn't aware that we had to set the port. In my mind the
users.railway.internal
DNS leveraged the port provided in the PORT
env var. It's all good now.yep this is a local network so you need to specify the port in the url the same way you would when you run your service locally