Notifications not shown on redirect
I am trying to implement notifications outside the panel. Why isn't any notification shown when using redirects ?
Without redirects, it works (so yes, I have added
My current usecase is verifying a registered email address and then redirect to the homepage, where I wanna show the user a notification, that it was a success.
Without redirects, it works (so yes, I have added
@livewire('notifications') to the template.My current usecase is verifying a registered email address and then redirect to the homepage, where I wanna show the user a notification, that it was a success.