Replies: 6 comments 13 replies
-
You need to use |
Beta Was this translation helpful? Give feedback.
-
I don't see you setting your
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Follwing the suggestion of @guest20 the following is a lite-app that does not work as I would expect: calling a
In the console, before the redirect, the
what am I missing here? |
Beta Was this translation helpful? Give feedback.
-
I found that when the action is called after the redirect, the
Since the flash is cleaned before |
Beta Was this translation helpful? Give feedback.
-
For some reasons I don't understand, this is not working:
while this is working:
So I guess it is not possible to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In my layout template I've:
and in my controller I do something like the following:
However, while this approach is working for
stash
(i.e., not redirecting), it is not working onredirect_to
whereflash
should be used.I've inspected the
$self->stash->{ messages }
withData::Dumper
and the content is correct, so is something not working on the template/layout side.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions