Click the buttons below to trigger intentional bugs in the backend. Watch the console logs and your server terminal.
Sends a malformed payload to the checkout endpoint. The server is missing a try/catch block.
Sends invalid types. The server handles validation poorly.
Tries to create a user that already exists. The server forgets to `return` after sending an error.
Starts a synchronous while loop that blocks the entire Node server for 5 seconds.