Skip to content
New issue

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

HMR port being used for preview "Upgrade Required" #2

Open
jamiebuilds opened this issue Apr 20, 2022 · 0 comments
Open

HMR port being used for preview "Upgrade Required" #2

jamiebuilds opened this issue Apr 20, 2022 · 0 comments

Comments

@jamiebuilds
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant