http://qs321.pair.com?node_id=11134117


in reply to Re^2: Unable to execute the get method from app.psgi file for Dancer2 app.
in thread Unable to execute the get method from app.psgi file for Dancer2 app.

Why don;t you have your route declarations (and the client() sub for that matter) in webapp.pm ? I do not ever place route declarations inside the builder() sub; I've never seen that. My app.psgi is almost empty except for use statements and to_app().


The way forward always starts with a minimal test.