Skip to content

Unable to login if running on custom port #4

@pcrosthwaite

Description

@pcrosthwaite

Currently the default port for nextjs is 3000. If a process is currently using this port, yarn dev will not work.

This can be corrected with yarn dev -p 3030 but the callback etc. will fail when trying to login as it is expecting port 3000.

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