VS Code Debugger allows us to debug an Express-based API with the help of Visual Studio Code. Let’s do it on line 15, which should be the first line of our POST /users endpoint function. Then we re-send the request that led to an error with cURL and try to find out what happens. All seems to work as expected.
Sort: