7 months ago
Post "http://llm-router.railway.internal/chat";: dial tcp [fd12:534b:a115:0:8000:e:eae9:8728]:80: connect: connection refused
Deployment ID: 6bda7ac5-4a8b-4a66-ac21-6d37bf229cdd
0 Replies
i've used private network in other PAAS and you don't have to broadcast over ipv6, maybe should have a big red disclaimer or something because I didn't realize railway behaves differently
Error calling MAIN LLM API (attempt 5/5) error calling LLM router: Post "http://llm-router.railway.internal:6969/chat";: dial tcp [fd12:534b:a115:0:8000:18:5fb0:aefb]:6969: connect: connection refused
never mind i am still a moron and even if you listen on ipv6 in go fiber you have to change some obscure network setting because it defaults to ipv4 only instead of both ipv4 and ipv6????
7 months ago
I don't know if a big red disclaimer is necessary, but the docs say you must listen on IPv6.
7 months ago
we also have docs for that! -
7 months ago
also, the private network does not take 3 seconds anymore, that is old information and will be removed very soon, similarly, you no longer need any work around for alpine
but yea it's just idiot proofing, not explicitly needed but will avoid people like me going down the rabbithole
7 months ago
don't we already say that?
> Since the private network is an IPv6 networkβ¦
this was where in the UI i found out about private networking support in railway