Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dist): Disable output file hash #1619

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shadowbas
Copy link
Contributor

@shadowbas shadowbas commented Nov 14, 2024

Fix issues with the nginx serving index.html when file is not found because of file miss.

This is a potential solution that moves away from the hash filename cache busting strategy.

This solution will require correct setup of etag to prevent index.html and other files that must update on change.

Another solution is to keep files of previous build around. This is what most angular projects tend to use.

Fixes: #1617

  • Consider a migration strategy to prevent issues on new release.

Fix issues with the nginx serving index.html when file is
not found because of file miss.
@shadowbas shadowbas requested a review from castaway November 14, 2024 15:38
@castaway castaway marked this pull request as draft November 19, 2024 10:02
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.

#Install: Update app on new release, app freezing just displaying runbox logo
1 participant