Skip to content

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

@jamiebuilds

Description

@jamiebuilds

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions