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
I just noticed this error log shows up now in hi-ogawa/next-app-router-playground#11. HMR is working fine as we have thorough tests, but the log is quite bothering. I'm not sure whether this happens since #297 or #634. This happens since #634.
reproduction
start pnpm -C packages/react-server/examples/basic dev
$ pnpm -C packages/react-server/examples/basic dev
...
3:41:16 PM [vite] (rsc) page reload src/routes/test/page.tsx
[vite] program reload
[vite] An error happened during full reload
[vite] cannot find entry point module 'virtual:entry-server-wrapper'.
Error: [vite] cannot find entry point module 'virtual:entry-server-wrapper'.
at fetchModule (file:///home/hiroshi/code/personal/vite-plugins/node_modules/.pnpm/vite@6.0.11_@types+node@20.14.10_jiti@1.21.0_terser@5.31.2_tsx@4.16.2/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:51654:13)
at async handleInvoke (file:///home/hiroshi/code/personal/vite-plugins/node_modules/.pnpm/vite@6.0.11_@types+node@20.14.10_jiti@1.21.0_terser@5.31.2_tsx@4.16.2/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:44342:22)
at async EventEmitter.listenerForInvokeHandler (file:///home/hiroshi/code/personal/vite-plugins/node_modules/.pnpm/vite@6.0.11_@types+node@20.14.10_jiti@1.21.0_terser@5.31.2_tsx@4.16.2/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:44415:19)
The text was updated successfully, but these errors were encountered:
I just noticed this error log shows up now in hi-ogawa/next-app-router-playground#11. HMR is working fine as we have thorough tests, but the log is quite bothering.
I'm not sure whether this happens since #297 or #634.This happens since #634.reproduction
pnpm -C packages/react-server/examples/basic dev
packages/react-server/examples/basic/src/routes/page.tsx
The text was updated successfully, but these errors were encountered: