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???

I was able to produce that JSON error by adding set serializer => 'JSON'; to the app package, and then requesting the URI with the Accept header set to 'application/json'.

Could that be the cause of your error?


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^4: Why won't my Dancer2 app render any output???
by traveler (Parson) on Apr 07, 2025 at 02:23 UTC
    YES!

    Thank you! Thank you! Thank you! The site displays and functions correctly, now.

    I never would have found it otherwise!

      Great. Glad I could help. Happy Dancing.


      The way forward always starts with a minimal test.