That's the right answer. By default Flask runs in production mode where it does not report errors. For handling errors in production mode you want to have a look at this: flask.pocoo.org/docs/errorhandling
↧