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
live reload for nextjs is not working, and appears to be silently crashing the nextjs server on code changes.
Link to reproduction
NA
To reproduce
after running pnpm run dev from the repo root, nextjs boots and I can view the app. However, as soon as I make an edit to a file (such as changing some text or adding a new route), the page does not update. If I refresh the page manually, I get ERR_CONNECTION_REFUSED in the browser.
Additional information
There is no error output in the terminal.
Interestingly, if I cd into apps/next and pnpm run dev the app directly, it works correctly.
This specifically seems to be a turbo-related issue.
The text was updated successfully, but these errors were encountered:
Provide environment information
System:
OS: macOS 15.0.1
CPU: (10) arm64 Apple M1 Max
Memory: 4.28 GB / 64.00 GB
Shell: 5.9 - /opt/homebrew/bin/zsh
Binaries:
Node: 20.16.0 - ~/.local/state/fnm_multishells/56907_1730686687697/bin/node
Yarn: 1.22.22 - /opt/homebrew/bin/yarn
npm: 10.8.1 - ~/.local/state/fnm_multishells/56907_1730686687697/bin/npm
pnpm: 9.12.3 - ~/.local/state/fnm_multishells/56907_1730686687697/bin/pnpm
bun: 1.1.34 - /opt/homebrew/bin/bun
Watchman: 2024.10.28.00 - /opt/homebrew/bin/watchman
Describe the bug
live reload for nextjs is not working, and appears to be silently crashing the nextjs server on code changes.
Link to reproduction
NA
To reproduce
after running
pnpm run dev
from the repo root, nextjs boots and I can view the app. However, as soon as I make an edit to a file (such as changing some text or adding a new route), the page does not update. If I refresh the page manually, I getERR_CONNECTION_REFUSED
in the browser.Additional information
There is no error output in the terminal.
Interestingly, if I cd into
apps/next
andpnpm run dev
the app directly, it works correctly.This specifically seems to be a turbo-related issue.
The text was updated successfully, but these errors were encountered: