About the second problem ("no output at all") I've found that it happens everywhere, but only inside specific applications! I was able to spot the bug: it always shows up when you've the command:
request.requires_https() in the specific application db.py (even if you're using https!). I've verified it also on PythonAnywere. --