Could not send message on channel admin: Template with id event:default does not exist
brian-labelle opened this issue · 2 comments
brian-labelle commented
-
I have a channel called 'admin'
-
I have a rule firing on event
sales_order_place_after
-
The Rule is set to Automatically select best template (if available)
-
I also have a template for Order placement, with identifier
event:sales_order_place_after
-
When the event fires, I get the following message in the system log, and no notification is displayed
Could not send message on channel ADMIN: Template with id event:default does not exist
-
This seems like two issues
- It cannot find my template automatically
- It cannot find the default template
event:default
phoenix128 commented
They seem to be 2 issues, you are right.
The default issue is because I mistyped the event name. Should be event:_default
with the underscore.
Fixing it.
phoenix128 commented
Should be fixed in 0.1.2, can you please confirm it?