diff --git a/server.py b/server.py index 65c19943..18bc139a 100644 --- a/server.py +++ b/server.py @@ -265,6 +265,7 @@ if __name__ == "__main__": app.debug = True app.config["DEBUG_TB_PROFILER_ENABLED"] = True + app.config["DEBUG_TB_INTERCEPT_REDIRECTS"] = False toolbar = DebugToolbarExtension(app)