reflex
reflex copied to clipboard
static images are cached during development
Describe the issue
Provide details about the issue.
I want to load an image from the "assets" folder and keep it updated.
Expected behavior
rx.image(src = "assets/aaa.jpg") ,
After I replaced aaa.jpg, refreshing the page still displayed the previous image. Is it necessary to disable caching to solve this problem?
Environment
- Reflex Version:0.8.0
- Python Version:3.12.3
- OS: windows11
- Browser: firefox、chrome
i had the same issue with reflex some time ago, i had to uninstall reflex and reinstall it, after that 0 problems and all worked and still works perfect