<div dir="ltr">Do you have DEBUG set in your app? If not, since you are still in testing, you should go ahead and enable it.<div><br></div><div>That should get you the Werkzeug debugger, and help you resolve the problem.</div><div><br></div><div>How are you running uwsgi? Supervisor? Systemd?<br></div><div><br></div><div>You can also try running uwsgi standalone on the command line via the --http option. I find you get a bit more feedback from that, since it prints messages to the console. Once you have it running there, it should be easier to get it running behind Nginx, since you know the app already works.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Anthony Ford,<br>KF5IBN,<div><a href="mailto:ford.anthonyj@gmail.com" target="_blank">ford.anthonyj@gmail.com</a></div></div></div></div>
<br><div class="gmail_quote">On Fri, May 6, 2016 at 9:15 AM, Alex Hall <span dir="ltr"><<a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,<br></div>I thought I'd start a new thread, as I've moved to a new step of this process. Nginx is working, and I can visit it from another computer, so that's great. The problem now is that, though I *should* see my Flask app's index page, I instead see "internal server error". No message, no traceback, no nothing. The Nginx log has no error in it, making me think it's a UWSGI problem. However, /var/log/uwsgi/app/myApp.log is completely blank. How would I go about determining the problem? I'm close to having this all work, but with no error messages or logs, I'm kind of stuck for the moment. Thanks for your patience and help.<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><br>-- <br><div><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div></div></font></span></div>
<br>_______________________________________________<br>
Flask mailing list<br>
<a href="mailto:Flask@python.org">Flask@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/flask" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/flask</a><br>
<br></blockquote></div><br></div>