We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi folks,
first of all - thank you for providing this repo! It makes working with Next & Forge so much easier
There is an issue with the Forge Tunnel and Next 12 however. In the browser console the following will appear:
websocket.js?a9be:37 WebSocket connection to 'ws://localhost:8000/_next/webpack-hmr' failed: WebSocket is closed before the connection is established.
See also vercel/next.js#30491
Seems like the easiest working solution is downgrading to Next 11
All the best
Stefan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi folks,
first of all - thank you for providing this repo! It makes working with Next & Forge so much easier
There is an issue with the Forge Tunnel and Next 12 however. In the browser console the following will appear:
websocket.js?a9be:37 WebSocket connection to 'ws://localhost:8000/_next/webpack-hmr' failed: WebSocket is closed before the connection is established.
See also vercel/next.js#30491
Seems like the easiest working solution is downgrading to Next 11
All the best
Stefan
The text was updated successfully, but these errors were encountered: