Skip to content

fix: rebuild frontend so the html entry matches its bundle - #1489

Merged
av-dev2 merged 1 commit into
version-15from
backport-1488-to-version-15
Aug 14, 2026
Merged

fix: rebuild frontend so the html entry matches its bundle#1489
av-dev2 merged 1 commit into
version-15from
backport-1488-to-version-15

Conversation

@github-actions

Copy link
Copy Markdown

Backport of #1488 to version-15.


frontend.html pointed at index-Dmh7IG-h.js while the committed bundle was index-D9ggunAd.js. The entry script 404'd and the SPA never booted, so Nurse Roster and OT Roster rendered blank.

The committed html had also been hand-edited, carrying a literal csrf_token assignment instead of the boot loop the build emits, which is how the asset hashes drifted apart in the first place.

frontend.html pointed at index-Dmh7IG-h.js while the committed bundle
was index-D9ggunAd.js. The entry script 404'd and the SPA never booted,
so Nurse Roster and OT Roster rendered blank.

The committed html had also been hand-edited, carrying a literal
csrf_token assignment instead of the boot loop the build emits, which is
how the asset hashes drifted apart in the first place.

(cherry picked from commit 145fb2c)
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.

1 participant