Axios post doesn't receive answer (ReactJS)
问题 I need to submit a form. It currently works if I do it in the HTML form, but I really need to make some stuff after so I need to do it in react. So I'm using axios. However, using axios I don't get a response back. Also there's something strange, because although I'm doing a post request, the data appears as a query string on the browser... Not sure if that's the normal behaviour. Here's my code, on the server side: app.post("/auth/register", async function(req, res, next) { // some code //