Skip to content

Don't log errors while proxying web requests to frontend

Warren Gifford requested to merge es-mrn/dont-log-webpack-proxy-errors into main

Created by: eseliger

These usually just contain ECONNRESET errors caused by the browser cancelling requests. This should not be needed to actually debug something, and in the very rare case, it can be easily turned on again. Also, having onError log made the error message appear twice.

Merge request reports

Loading