Live reload not working again, how can I fix?

This has been working before now.

When I make new changes, live reload does not work and nothing changes in my browser.
I’ve cleared my cache and tried all I could, but it still is not reloading new changes.
hugo server and hugo server -D results the same issue

  Pages            | 112
  Paginator pages  |   1
  Non-page files   |   0
  Static files     | 105
  Processed images |   0
  Aliases          |  45
  Sitemaps         |   1
  Cleaned          |   0

Total in 362 ms
Watching for changes in C:\Hugo\Sites\ba\{content,data,layouts,static,themes}
Watching for config changes in C:\Hugo\Sites\ba\config.toml
Environment: "development"
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

Here’s my current hugo version
Hugo Static Site Generator v0.53/extended windows/amd64 BuildDate: unknown

Aside from the watching feature.
It does not display new changes at all.
I need help, please

Hi there. Do you see the same results when running the below?

hugo server --disableFastRender

Yes, I’ve tried that but no changes

But I get this unusual error in console (I’ve not seen this before, looks new)


I think this might be the problem?
What might stop livereload.js from connecting?

livereload.js?port=1313&mindelay=10:1 WebSocket connection to 'ws://localhost:1313/livereload' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

That error looks like hugo server is not running. Do you have multiple instances of hugo server running? Or is something else running on port 1313?

Turn off your computer. Turn it back on again.