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
Hi everybody :)
I'm trying to deploy a fresh new blazorwasm with net5. Here the steps that I've been following:
1 Create a new project. dotnet new blazorwasm -f net5.0 --hosted --auth none
2 Navigate to the server directory and publish: dotnet publish -c Release
3 Launch the server: dotnet /project/Server/bin/Release/net5.0/publish/project.Server.dll
Then I can see the server running but when I try to access the url https://localhost:5001 I got a 404. So I wanted to know if I'm doing something wrong or there is a problem with this blazorwasm template.
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.
-
Hi everybody :)
I'm trying to deploy a fresh new blazorwasm with net5. Here the steps that I've been following:
1 Create a new project.
dotnet new blazorwasm -f net5.0 --hosted --auth none
2 Navigate to the server directory and publish:
dotnet publish -c Release
3 Launch the server:
dotnet /project/Server/bin/Release/net5.0/publish/project.Server.dll
Then I can see the server running but when I try to access the url https://localhost:5001 I got a 404. So I wanted to know if I'm doing something wrong or there is a problem with this blazorwasm template.
Environment information:
Beta Was this translation helpful? Give feedback.
All reactions