We need to display a message when the user feedback is saved, but without leaving the user on the page which is the response of the post of the form, to avoid re-posting the data (by browser refresh).…
Using the command line `node --debug=5859 file.js`, my application starts fine but then crashes with a segfault as soon as a request is received. If I remove the debug parameter, the segfault goes awa…