I’m using dcc.Location to make a multi-page dash app. This works fine, except that I have a link for which I want to bypass the callback on and have the browser go to a custom Flask route that I have defined on my server. With a html.A element, the browser passes it through /_dash-update-component instead of just going to the URL. Is there any way to force it?
2 posts - 1 participant