I copied my system developed in ExpressJs to the production server.My system uses HTTPS (SSL).
When the return is 400, 403, 404, or some code purposely so, it responds correctly with a JSON.
When the return should be 200, the node displayed an error in the console "Illegal instruction (core dumped)" and breaks the application.