jaredhanson / connect-flash

Flash message middleware for Connect and Express.
MIT License
1.24k stars 158 forks source link

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

Open Youmna-H opened 9 years ago

Youmna-H commented 9 years ago

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

vodolaz095 commented 9 years ago

i have the same issue with recent express - 4.13.3.

trendsetter37 commented 8 years ago

I noticed the same thing today using express-4.12.4

LuckyArdhika commented 3 years ago

same, do u have any solution?