envy icon indicating copy to clipboard operation
envy copied to clipboard

Next.js example not working

Open elliason opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Code Sandbox link

No response

Bug report

I have cloned the repo, installed packages in /examples/next and run "yarn dev". Now, in the logs, I can see " @envyjs/node next-app:server disconnected" and in the next web app client log "WebSocket connection to 'ws://127.0.0.1:9999/web/next-app:client' failed:"

elliason avatar Feb 27 '24 16:02 elliason

Same as above ⬆️ -> @envyjs/node next-app:server disconnected

"react": "18.2.0",
 "react-dom": "18.2.0",
 "next": "13",

Pages Router

IrvingArmenta avatar Aug 29 '24 03:08 IrvingArmenta