a year ago
Hi team, we're consistently seeing 499 error codes on a particular webhook endpoint we have on our express application. Any ideas what could be causing this?
8bc68a63-4b0a-4c5d-acd9-10f76764819d
5 Replies
Seems like our server is returning error code 413 (Content too large). The webhook events we're receiving are reasonably sized. Is there somewhere we can increase the size limits for these requests, or investigate why our server is returning 413 and 499?
a year ago
Hello,
We do not impose any size limits at all, we do have a 5 minute time-out but from those times you aren't anywhere close to 5 minutes.
499 happens when the client abruptly closes the connection.
a year ago
Hello Nicky,
Just for clarity here, this is not a Railway platform issue, this 499 is the client of your application abruptly closing the connection.
9 months ago
I've received this error numerous times as well and a railway redeploy fixed it for me but I couldn't pinpoint why after some logging