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?
|
---|
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 | |
by 1nickt (Canon) on Apr 07, 2025 at 10:19 UTC |