Did anyone experience this?
I defined
export DASH_DEBUG=True
from my Linux terminal and launched an app as app.run_server(host='localhost') but I see the debug mode off:
[alpha@home ~]$ ./app.py
Dash is running on http://localhost:8050/
* Serving Flask app 'app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Here’s the documentation if you need it: