[SOLVED] Browser does not reflect the live ui changes. I have to clear cookies to see the changes?

Hi,

I download the framework. I am using vscode. I start the local server with npm start. When I change the code, the localhost refreshes automatically but I cannot see the ui changes. To see the changes, I have to clear history of my browser. I think it is a cache problem. How can I fix this?

Thanks.

I set one of my browsers to never cache. So on my local (development) web server, any change I make there shows in my browser.

1 Like

Thank you very much. Yes it is a cache issue. It is related with workbox of PWC. Progressive web thing. I just disabled it.