Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants