Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Debug BlazerAdmin #1053

Open
matnatx opened this issue May 2, 2024 · 1 comment
Open

Cannot Debug BlazerAdmin #1053

matnatx opened this issue May 2, 2024 · 1 comment

Comments

@matnatx
Copy link

matnatx commented May 2, 2024

Hi,

I tried to run/debug BlazerAdmin in Visual Studio 2022 / VS Code and I get the following error:

This localhost page can’t be foundNo webpage was found for the web address: https://localhost:5001/

Any ideas why ?

TIA

@muratsercann
Copy link

muratsercann commented May 5, 2024

in Visual Studio :

  1. Open PublicApi in terminal and run dotnet run command
  2. Start Web project with Web profile not with IIS Express profile.
  3. Go to https://localhost:5001/Admin from your browser

This is enough for you to debug BlazorAdmin or any other project. No need to run the BlazorAdmin project separately.

You can look : Running the sample locally in readme.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants