in reply to Re^2: Why won't my Dancer2 app render any output???
in thread Why won't my Dancer2 app render any output???

With regard to the engines question, from the config file created in the generated app:

# NOTE: All the engine configurations need to be under a single "engines:"
# key.  If you uncomment engine configurations below, make sure to delete
# all "engines:" lines except the first.  Otherwise, only the last
# "engines:" block will take effect.


The way forward always starts with a minimal test.
  • Comment on Re^3: Why won't my Dancer2 app render any output???

Replies are listed 'Best First'.
Re^4: Why won't my Dancer2 app render any output???
by traveler (Parson) on Apr 06, 2025 at 23:25 UTC
    Thanks. Mine didn't have that comment.