Why is req.body empty when posting form in quiz.ejs
app.js
I am unable to render the updated task. Is it because I did not pass the updated task? Shouldn’t the DB update automatically?
I am unable to render the updated task. Is it because I did not pass the updated task? Shouldn’t the DB update automatically? I am able to redirect but the task is not updated.