FlashMessage stays in browser even after canceling or moving to another page.
I have successfully applied vereyon Flash Messages the message is shown but even after a dissmiss and move to other page the flash message stills appears on the top of the page.Please Help I have been stuck here for a month.
Hello, @cakkermans @larikitty @odai-massar I can confirm we are also getting complaints from our users about this issue.
It's no longer working for me either.
As a workaround I used session storage (instead of cookie storage)
This is done by adding
FlashMessage.Transport = new FlashMessageSessionTransport();
in the startup.cs
I've facing this issue as well, but I havent fixed yet.
@larikitty, @mariomic-maker, @d-lan1, @birazdhliw, I wanted to check if you are still facing this issue with version 3.0? If so, what version of ASP.NET Core are you using?