Cannot properly redirect Nginx to Dash Application

Have you set the url_base_pathname for your Dash app? I’ve copied an example below:

app = dash.Dash(__name__, assets_folder='assets', assets_url_path='', url_base_pathname='/dash/')
3 Likes