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
The most important thing to remember in any Blazor DotNet 8+ project is setting the <Routes @rendermode="InteractiveServer" />" in App.Razor - Otherwise the canvas will not be responsive at all - It will just render as a static page.
thanks for the help. After following all the steps in your documentation and making sure my files were in order, I found that the solution was to add the @rendermode="InteractiveServer"
to App.Razor so that the project would work correctly.
The most important thing to remember in any Blazor DotNet 8+ project is setting the
<Routes @rendermode="InteractiveServer" />
" in App.Razor - Otherwise the canvas will not be responsive at all - It will just render as a static page.App.Razor
The text was updated successfully, but these errors were encountered: