Dash JS files downloading to wrong place

In case anyone else experiences this issue - the fix was pretty simple, just needed to:

  • add url_base_pathme=app1 to Dash();
  • set the relative_path parameter using get_relative_path() in other pages (as it’s a multi-page app)

After that, everything worked fine.

3 Likes