Skip to content

[CodeSpaces] The launchSettings.json of AppHost doesn't seem to be properly respected #1296

@timheuer

Description

@timheuer

The launchSettings.json of AppHost doesn't seem to be properly respected - launchSettings.json of AppHost has these two attributes like:

"applicationUrl": "http://localhost:<random_port_number>",
"environmentVariables": {
  "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:<random_port_number>"
}

I initially expected that the applicationUrl attribute will be used to launch the dashboard page, but it uses http://localhost:18888. I'm not sure what these applicationUrl and DOTNET_DASHBOARD_OTLP_ENDPOINT_URL are for.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions