jaymart95
PROOP
a year ago
when I set my app to use ipv6 it works fine internally but not externally. Trying to use the generated domain results in a 502 from railway.
10 Replies
brody
EMPLOYEE
a year ago
for public networking you need to bind to IPv4
for private networking you need to bind to IPv6
for both you need to bind to both.
uvicorn does not support dual stack binding.
a drop in replacement to uvicorn that does, would be hypercorn
brody
EMPLOYEE
a year ago
let me know if that works for you
brody
EMPLOYEE
a year ago
they'd be fine, we have fragly
brody
EMPLOYEE
a year ago
!s
Status changed to Solved brody • about 1 year ago