<HTML><BODY>Hello,<br><br>For send_error function, for example, <br><br><p>get '/' => sub {<br>  # template 'index';<br>  send_error("Not authorized", 401);<br>};<br><br>When running with bin/app.pl directly, the message "Not authorized" can be displayed in the web.<br>But if I run it with starman:<br><br>plackup -E deployment -s Starman --workers=10 -l 0.0.0.0:3000 -D --access-log=logs/access.log -a bin/app.pl<br><br>This error message seems lost.<br>Do you know how to fix up it?<br> b/c I wrote the API with dancer, I need to tell the clients what are the errors.<br><br>Thanks.</p></BODY></HTML>