FlashMessage icon indicating copy to clipboard operation
FlashMessage copied to clipboard

FlashMessage stays in browser even after canceling or moving to another page.

Open birazdhliw opened this issue 5 years ago • 4 comments

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.

birazdhliw avatar Oct 05 '20 08:10 birazdhliw

Hello, @cakkermans @larikitty @odai-massar I can confirm we are also getting complaints from our users about this issue.

d-lan1 avatar Oct 07 '20 15:10 d-lan1

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

mariomic-maker avatar Oct 09 '20 15:10 mariomic-maker

I've facing this issue as well, but I havent fixed yet.

larikitty avatar May 17 '21 16:05 larikitty

@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?

cakkermans avatar Apr 11 '23 15:04 cakkermans