[SOLVED] Running dev showing wrong app

Hello

Im affraid that this is a very “stupid” problem, since im still trying to really understand the dev environment.

But when i run any simple projects created thrue the CLI with the “npm start” i see and old app,

Its like cached or something, or it is a problem with webpack.
But the problem is the same if i choose no webpack.

Am I trying to do something totally off ? :slight_smile:

Best Regards Jacob Rosenberg

I guess you are creating (or created) PWA with CLI. Then it is a service worker cache. You need to disable it during development in browser dev tools. In Chrome it is here:

Yes! Thanks!
You are the best!

Have a good day!
/ Jacob Rosenberg