<div dir="ltr">While trying to deploy an application I've just encountered this error:<br><div><br>error @2015-09-24 09:06:31> Route exception: Undef did not pass type constraint "Str" (in $args->{"name"}) at (eval 663) line 192<br>    "Str" is a subtype of "Value"<br>    "Value" is a subtype of "Defined"<br>    Undef did not pass type constraint "Defined" (in $args->{"name"})<br>    "Defined" is defined as: (defined($_)) in /home/user/perl5.22.0/lib/site_perl/5.22.0/Dancer2/Core/App.pm l. 1276<br clear="all"><br></div><div>I don't see this on my development machine and so far I have no idea where to look.<br><br></div><div>Before I go down the rabbit hole trying to find the differences and the source of the problem,<br>I wonder if anyone has encountered this.<br><br></div><div>Dancer2 0.162   on both machines:<br></div><div>dev using plackup 1.0037<br></div><div>prod using Starman 0.4014<br><br>Dancer2::Plugin::Auth::Extensible 0.401<br><br></div><div>regards<br></div><div>   Gabor<br><br></div></div>