On Thu, 22 Mar 2018 12:45:31 -0600 Scott H wrote: > Unrecognized response type from route: > Template::Stash::AutoEscaping::Escaped::HTML.
I've not been following this properly so might be jumping to conclusions, but that normally means you're returning something other than a simple string scalar from your route. Even if an object stringifies, you still need to force the stringification (e.g. concatenate with "" or use whatever method is available). So you probably need to do that somewhere in the code that renders the template. Andy _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users