-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
How to reset cache? #37
Comments
Hi @sergio-gn. This is strange, the image should have been replaced. It occurs to me that perhaps the service where you are hosting the page has a long caching time for images, if so this is reflected in the browser according to the default time that your service has defined. Try refreshing your browser's cache (control + F5 in many) |
Hey, thanks for responding! |
@sergio-gn What hosting service do you use? |
Base on this error and the other issue you opened, I think this should be a problem of your environment. Try updating to node 18 at least and remove your node_modules folder and try reinstalling the packages. |
When I tried to change my profile image, I used the same name to replace it.
On the code the image was replaced, but on the website it wasn't. I had to change the file name on the code and on the file.
Is it possible to simply reset the cache? If not, where did the old image that I was seeing went?
The text was updated successfully, but these errors were encountered: