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
Hey everyone. Followed the instructions to build WebUI from source here.
Everything was fine until I tried to launch. I can successfully run
> dotnet run --project ./src/WebUI/WebUI.csproj
OR
> dotnet run --project ./src/Api/Api.csproj
but not both. When running the second command I get
Using launch settings from ./src/Api/Properties/launchSettings.json... Building... fail: Microsoft.Extensions.Hosting.Internal.Host[11] Hosting failed to start System.IO.IOException: Failed to bind to address http://[::]:8080: address already in use.
Any help here would be greatly appreciated, thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone. Followed the instructions to build WebUI from source here.
Everything was fine until I tried to launch. I can successfully run
> dotnet run --project ./src/WebUI/WebUI.csproj
OR
> dotnet run --project ./src/Api/Api.csproj
but not both. When running the second command I get
Using launch settings from ./src/Api/Properties/launchSettings.json...
Building...
fail: Microsoft.Extensions.Hosting.Internal.Host[11]
Hosting failed to start
System.IO.IOException: Failed to bind to address http://[::]:8080: address already in use.
Any help here would be greatly appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions