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
After setting the @layout on the root folder _Imports.razor file my project builds, no errors/exceptions are thrown, but the project keeps loading forever.
If I remove the @layout declaration the issue stops happening.
To Reproduce
Steps to reproduce the behavior:
Create a new ASP.NET Core Blazor 3.0 Preview 6 Server Side project