16 hours ago
My backend service is running correctly — uvicorn binds to port 8080, the domain targets port 8080, the internal healthcheck passes — but all external requests get zero bytes back and time out. Edge node: edge-6705e5cc5ae5e82ae931d2b1f900f08f. This affects every service across every project I create on this account. Please fix the routing on this edge node or reassign my account to a different one. Account workspace: cryptobatmanev's Projects.
4 Replies
14 hours ago
what status code you get from the response?
14 hours ago
is it 502?
No status code at all — the connection completes TLS handshake but then returns zero bytes and times out after 20 seconds. curl exit code 28 (timeout). No HTTP response whatsoever, not even a 502.
curl -sv --max-time 20 https://sharptrack-production.up.railway.app/api/stats shows DNS resolves, TCP connects to 69.46.46.34:443, TLS handshake completes successfully, then zero bytes returned and connection times out. No HTTP response at all, not a 502, not anything. Exit code 28. The container is confirmed healthy — uvicorn is running on 0.0.0.0:8080, internal healthcheck GET /api/stats returns 200 OK instantly. External traffic never reaches the container.