Hi there folks, I had been using the new HMR since v.16, yesterday installed a new project from strach with the v.17 on cloudflare pages and seted up the same configs :
dev-command:
"NODE_ENV=development remix dev --no-restart -c \" wrangler pages dev ./public --port 3000 --persist --local --compatibility-date=2023-03-30\""
remix.config:
future: {..., unastable_dev: true}
logDevReadyCall:
// ...
if (process.env.NODE_ENV === "development") {
logDevReady(build);
}
// onRequest...
And is failing to reload with an error as:
GET http://localhost:3000/build/routes/content-YC33SN2H.js?t=1686169500355 net::ERR_CONNECTION_REFUSED ws.onm
See the capture for more details.
Has anyone experienced too, What could be happening ?