Skip to content

Proxy Port # explanation #5

@dwgray

Description

@dwgray

In case this trips anyone else up:

When setting up the proxy in the vue.config.js file, the port number needs to match the port that the asp.net app is listening to - this is defined in launchSettings.json - applicationUrl.

In your example "target: 'https://localhost:**7153**'," in vue.config.js should match
"applicationUrl": "https://localhost:**7153**;http://localhost:5226",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions