Skip to content

fix(frontend): never cache index.html, version.txt, settings.json to …#47

Open
vallo87 wants to merge 1 commit into
mainfrom
fix/pyck-frontend-stale-assets
Open

fix(frontend): never cache index.html, version.txt, settings.json to …#47
vallo87 wants to merge 1 commit into
mainfrom
fix/pyck-frontend-stale-assets

Conversation

@vallo87
Copy link
Copy Markdown

@vallo87 vallo87 commented May 26, 2026

Fix: https://github.com/pyck-ai/frontend/issues/860

PR Compliance

Please select all that apply (zero or more):

  • This PR adds new or improves existing functionality (Feature, Task)
  • This PR fixes something that was not working correctly (Defect)
  • The changes in this PR are not backwards compatible (Breaking Change)

Required: Please confirm you have completed the following testing steps:

  • I hereby confirm that I have tested the changes manually and they work as expected
  • I hereby confirm that I have added/updated tests that cover the changes in this PR where necessary

Additional Information

N/A

@vallo87 vallo87 requested a review from mmack May 26, 2026 17:43

# Disable cache for settings.json (SPA runtime config)
location = /static/settings.json {
try_files $uri =404;
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed as it was redundant

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