Problem with caching assets in Phaser 3

Hi, in my game i use a .json file which has path to all of my assets. And the game is loading all of the assets, but the problem is that in my chrome devtools i see everytime that my assets are loading again. They isn’t from cache. What do I wrong. Somebody has solution for this?

That’s usually what you want during development.

What are you using as a web server?

I run it locally. And when I put my game on my external server works the same.

You may be able to configure the external server, but it depends on what kind it is and what access you have.