Closed OxygenCobalt closed 1 year ago
This PR makes it so that the 500 page only shows the stack trace of the error when NODE_ENV == development. This preserves security in production while making it easier to debug in the backend.
NODE_ENV == development
This PR makes it so that the 500 page only shows the stack trace of the error when
NODE_ENV == development
. This preserves security in production while making it easier to debug in the backend.