yarn next dev & yarn tunnelmole 3000
ER/AR: tunnel seems to work, the Next.js app loads in browser
Make some arbitrary templating change (copy, remove a block of content, etc)
ER: the tunneled app should update without a reload
AR: tunneled app does not update until page is reloaded
AR: Browser console error:
Socket connection to 'wss://qmwe6k-ip-xx-xx-xx-xxx.tunnelmole.com/_next/webpack-hmr' failed: Error during WebSocket handshake: Unexpected response code: 404
software versions
repro
yarn add tunnelmole
yarn next dev & yarn tunnelmole 3000
ER/AR: tunnel seems to work, the Next.js app loads in browser