Open
Description
Describe the bug
Sometimes when visiting Hephaestus it is still showing an old version of the code i.e. 5.0.0 even though a new version has already been deployed, i.e. 6.1.0.
This caching potentially also accounts for the query parameters, e.g. hephaestus.aet.cit.tum.de with and without query parameters had different versions.
To Reproduce
Steps to reproduce the behavior:
- Go to Hephaestus
- Check the version number
- Depoy a different version
- Check the version number
Without clearing the cache it remains the old version number?
Expected behavior
The newest version of Hephaestus should be shown.
Desktop (please complete the following information):
- OS: macOS
- Browser: Chrome
Additional context
I think it is a caching issue, we might need to have a content hash that forces a refetch if the content is changed.