Skip to content

Fix Dash static component collection in deployment#391

Merged
Aberdur merged 1 commit intoBU-ISCIII:developfrom
Aberdur:develop
Apr 6, 2026
Merged

Fix Dash static component collection in deployment#391
Aberdur merged 1 commit intoBU-ISCIII:developfrom
Aberdur:develop

Conversation

@Aberdur
Copy link
Copy Markdown
Contributor

@Aberdur Aberdur commented Apr 6, 2026

PR Description

This PR fixes Dash static asset collection during deployment.

Problem

The current Dash configuration includes dpd_static_support in PLOTLY_COMPONENTS, but that module is not installed in the deployment environment.

Because of that:

  • collectstatic fails while loading Django static finders
  • Dash component bundles are not collected into /static/dash/component/...
  • some Dash apps load their backend routes correctly but render blank in the browser due to missing JS assets

@Aberdur Aberdur merged commit a145369 into BU-ISCIII:develop Apr 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants