All of the errors on the server side lead into infinite page load since the when the Promise is rejected, the HTTP response will never resolve. The easiest way to reproduce this is to just navigate to a non-existent URL which should return a 404 error.
All of the errors on the server side lead into infinite page load since the when the Promise is rejected, the HTTP response will never resolve. The easiest way to reproduce this is to just navigate to a non-existent URL which should return a 404 error.