You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
It happens that both Dapr and Tye use the same default port for their dashboards (8000). Ordinarily, Tye would choose a random port if it notices the default port in use, but it appears that Tye binds to the 127.0.0.1 address while Dapr binds to the localhost address so technically the port is free, even though the two addresses are generally considered interchangeable.
The VS Code extension should note the address bound with the port and use that for building the dashboard URL, rather than use just the port and then assume localhost. (It looks like the extension has that information during port probing, but just doesn't use it.)
That said, Tye should probably see if its desired dashboard port is already bound to either 127.0.0.1 and localhost and use another port if either is bound with the port, as it's just confusing.
OS: Win10
Tye Extension Version: 20220629.2
Tye Version: 0.12.0-alpha.22328.1
Dapr Extension Version: 20220629.2
Repro Steps:
Expect:
The tye dashboard is opened.
Actual:
The Dapr dashboard is opened.
More Info:
This issue does not reproduce if not open the Dapr dashboard before open the tye dashboard.
The text was updated successfully, but these errors were encountered: