I'm working on a new callback pattern for realtime GraphQL subscriptions that utilizes a webhook like pattern. I want to use the internal networking in railway to secure that callback url, but I'm getting an error:
request to http://{private}.railway.internal:6607/callback/71d75f513901349ee7dfe50054409d4b019887cdd9c6f79e41b8ee752d293ae7 failed, reason: getaddrinfo ENOTFOUND hosted-router.railway.internal
I'm currently listing my public url as: http://{private}.railway.internal:${env.PORT:-4000}/callback
Is there anything jumping out why this wouldn't be working? I already have everything working successfully when I use the public domains avaialble.