Running dash app from Flask app: Error AttributeError: 'NoneType' object has no attribute 'traverse'

Have you tried adding the route where the dash app will be served to the Dash instance?

app = dash.Dash(name, server=server, url_base_pathname='/dash)

1 Like