Hi everybody,
i am using a dcc.link element to create links and navigate in a multi-page dashboard. I also use the url_base_pathname config as the dashboard is reachable via an url containing a path.
The links href look like “/some/page”, not containing the url base. Navigation works fine, under the hood the url_base_pathname is prepended to the link.
But in the address bar of the browser the url_base_pathname isn’t integrated, so the address bar is still host/some/page instead of host/base/path/some/page. And trying to access the host/some/page url fails.
One might argue that its only cosmetic, but knowing the users of the dashboard they will bookmark a link to specifc page, which will fail to open.
am i missing something to also update the url?