-
Notifications
You must be signed in to change notification settings - Fork 267
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
Cache problems #2161
Comments
Thanks for reaching out. I'm surprised because, in theory, the extension itself shouldn't play a role in caching. Are you using the embedded browser preview, in VS Code? Or an external browser? You can also disable the cache from the Network tool in DevTools: Let me know if this helps. |
The error occurs with Edge in headless mode and with linked JavaScript files. If it's a script within the HTML document, there is no problem. This issue is sometimes resolved by closing the instance and opening another one. Only linked .js files present the problem. There is no problem with the js files when using the external Edge browser. However, I have encountered an issue when using the "Launch Edge and attach Dev Tools" mode from the Debug options in VSCode. In this case, when opening the inspector of Edge Dev Tools for the second time after closing it, it does not load. |
And when the issue with the JavaScript files occurs, it is not resolved by disabling the cache from the DevTools inspector. |
Thanks for the additional details. @vidorteg does the extension implement some kind of caching that couple explain what @COD3BREAK3R is seeing here? |
I was having same issues, until i figured out this was coming from the extensions. the problems were addressed but still it was showing them up
I removed the extensions and all problems gone. |
Currently the extension has serious problems with the cache, many times even if changes are made to js files and the refresh button is pressed, these are not reflected
The text was updated successfully, but these errors were encountered: