Replies: 1 comment
-
|
I have investigated this further after not having been able to look at my application for a while. I am not sure I get what is going on. It looks like the :notification locale is unknown at some point during the execution... the "clean" stack trace (from solid queue // mission control jobs) gives me: I have tested around a bit - and the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all I am trying to replicate the "turbo_stream" custom delivery method. I have basically copied everything 1:1 from the example given. But my background job fails with an error message "ActionView::Template::Error: unknown local: :notification". I am kind of lost on where to start debugging.
Here are the main pieces of code that I think matter:
module Noticed
Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions