I have created a simple python flask application, which is working fine at http://cm-test.aws.af.cm/
But, when you access it on the route http://cm-test.aws.af.cm/redis it fails with "500 Internal Server Error"
The problem is, I can't find a way to see some log or error message about the problem... Is this syntax error, or exception, or something else?
How can I get more information about this error?
I can't find nothing on the dashboard and there is nothing in the logs ("af logs cm-test")