Error console log 488 and 499
A 499 status code refers to "client closed request " error.
This is not a server issue. The server was trying to respond, but something prevented it.
This usually happens on events you set up on a click that causes the page to reload or navigate to another page. Thus the request does not get sent before the connection is dropped.
Or users end the session much faster than the server response time.
If you provide your account to Stape, we can check your logs and see if you receive a lot of these errors.
If the number of these errors is below 5% of the total number of requests, then you have nothing to worry about.
1 Like
Clear explanation.
Thanks so much for the super fast reply
1 Like