jaredhanson / connect-flash

Flash message middleware for Connect and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

req.flash('type', 'message'), info and success types are not working

Youmna-H opened this issue · comments

When I specify the flash type as 'info' or 'success', it is not shown.
Only 'error' type is shown.
P.S. I am using express 4.11.1

i have the same issue with recent express - 4.13.3.

I noticed the same thing today using express-4.12.4

same, do u have any solution?