You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make any change, save file, switch back to browser.
Note that the compiling bar appears in the terminal, the vercel/nextjs loading icon appears in the browser, but the page is not updated. In the browser console the following traceback is seen:
HMR] Invalid message: [object Object]TypeError: Cannot read properties of null (reading 'message') at formatMessage (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/format-webpack-messages.js:46:48) at eval (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/format-webpack-messages.js:129:16) at Array.map (<anonymous>) at formatWebpackMessages (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/format-webpack-messages.js:128:45) at printWarnings (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/hot-dev-client.js:105:62) at handleWarnings (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/hot-dev-client.js:120:5) at processMessage (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/hot-dev-client.js:223:28) at eval (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/hot-dev-client.js:55:13) at WebSocket.handleMessage (webpack-internal:///./node_modules/next/dist/client/dev/error-overlay/websocket.js:52:17)
Specifics (please complete the following information):
Describe the bug
Hot reload doesn't update the client anymore...
To Reproduce
Open https://localhost:3000 in a browser
Make any change, save file, switch back to browser.
Note that the compiling bar appears in the terminal, the vercel/nextjs loading icon appears in the browser, but the page is not updated. In the browser console the following traceback is seen:
Specifics (please complete the following information):
main
(5e738fd)Additional context
Appears to be solved by #3992 which bumps the nextjs version to 14.2.13
The text was updated successfully, but these errors were encountered: