lakeFS
lakeFS copied to clipboard
lakeFS UI: if an image file is updated then UI still shows old image
What happened?
Current Behavior: If an image file is updated then UI still shows old image from the cache.
Steps to Reproduce:
- Upload an image to main branch.
- Go to UI and view the image in main branch.
- Create a new branch and upload a new image but with same file name as in step # 1.
- Merge new branch to main branch.
- Go to UI and view the same image in main branch. It shows old image from the cache.
- Download the image file and view it locally. It shows new image, which is correct.
Expected Behavior
Expected Behavior: if an image file is updated then UI should show new image
lakeFS Version
0.90.0
Deplyoment
No response
Affected Clients
No response
Relevant logs output
No response
Contact Details
This issue happens with any file (e.g. YAML, txt) that is viewable in UI.
I narrowed down the problem.
This issue happens when I stage_object first and then upload_object changed object.
If I upload_object first and then upload_object changed object then this issue doesn't happen.
This issue is now marked as stale after 90 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.