We have vite set up with HMR through Docker.
When i start my Docker container, the page loads (takes some time to get the secure url working), and shows the correct stuff - twig and css coded content.
Now randomly it seems to work that when I update a css file the site live reloads. But after a few times, it stops. No matter what file I then save, it won't show the changes on the browser.
I have to fully shut down the container and restart it for any of the changes to show.
Now this doesn't happen all the time. Some times it'll work for upwards of an hour, then suddenly stop refreshing. Sometimes it takes a full Docker app relaunch to start showing live updates, sometimes it takes a full computer restart.
Other times it won't refresh at all on a css file save, but then randomly does when I save the parent css file (I import individual css files into one main index.css file).
Is this something that people experience randomly, or just me?
I have yet to find a trigger for the problem to happen.