79516118

Date: 2025-03-18 02:18:40
Score: 0.5
Natty:
Report link

I had the same issue. Turns out Vite was picking up changes to the Apache log files. So the solution was to move them out of the umbrella of the application. I know I could have set them up as external, but now I have all my projects dump their logs into a central dir, which makes life a little easier. It took a while to discover this, in the end I set up a script:

"debug": "vite --debug hmr"

in package.json which ultimately gave the game away.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mac