#Getting code 499 on a certain endpoints
6 messages · Page 1 of 1 (latest)
Project ID: 8bc68a63-4b0a-4c5d-acd9-10f76764819d
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?
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.
This issue just started happening for us as well.
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.