Server responding 499
dantol29
HOBBYOP

2 years ago

Server responds 200 after restart, but then each request takes more time and eventually 499 appears.

The issue appeared today, Nov 19th

1 Replies

2 years ago

Hello,

499 means the client closed the connection prematurely.

This is often the case when your backend takes a long time to reply and there is a client side timeout in place that will cancel the call.

If I had to guess, it is because you are connecting to a database externally and that is causing latency and thus the 499's.

You should have your database in the same project, and connect to it via the private network.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...