There are some cases when the talon compiler does not create the templates from the generators. I've noticed this on new talon installs. The issue may be triggered when the talon compiler task needs to be compiled itself. But I'm only speculating.
Workaround:
On new talon installations, run mix, then run mix phx.server
There are some cases when the talon compiler does not create the templates from the generators. I've noticed this on new talon installs. The issue may be triggered when the talon compiler task needs to be compiled itself. But I'm only speculating.
Workaround:
On new talon installations,
run mix
, thenrun mix phx.server