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
Right now when you initialize this template, the browser preview defaults to the HMR port (8002) instead of the web server (3000).
// Incorrect (HMR port) "https://[id]-8002.preview.csb.app" // Correct (web server port) "https://[id]-3000.preview.csb.app"
Using port 8002 will cause the page to say:
Upgrade Required
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Right now when you initialize this template, the browser preview defaults to the HMR port (8002) instead of the web server (3000).
Using port 8002 will cause the page to say:
The text was updated successfully, but these errors were encountered: