So I'm trying to flash a message after someone submits a form but the problem is when I put res.locals.message code in my route post I get an error msg of message is not defined
However, when I put the same code on the get route everything works fine and the flash message gets displayed. Is there an explanation to that?