Replies: 1 comment
-
After diffing my project (created with VS .NET8 web app template and with Interactive render mode: Server and Interactivity location: Per page/component) with the BlazorBootstrap NET8.BlazorWebAppRenderModeServerGlobal project, the App.razor had 2 significant differences. After adding @rendermode="@InteractiveServer" to body->Routes resolved my issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just tried to follow the instructions on https://docs.blazorbootstrap.com/getting-started/blazor-webapp-server-global-net-8.
The code in MainLayout.razor has one different statement than that listed in https://demos.blazorbootstrap.com/sidebar.
But that doesn't seem to be my problem.
The sidebar menu never appears and the 3 dots of the sidebar just keep cycling.
Attaching the project.
BlazorAppSidebarColors.zip
Please advise
Beta Was this translation helpful? Give feedback.
All reactions