cd ./appshell
and runnpm i
and thennpm run build
cd ../SuperCoolApp.Ui
and rundotnet build
cd ../Layout.Ui
and rundotnet build
cd ../piral~/SuperCoolApp.Ui
and runnpm start
- If
SuperCoolApp.Ui\Pages\SecretPage.razor
is opened the authentication process runs and leaves the user on pagehttp://localhost:1234/authentication/http://localhost:1234/
. (There seems to be a redirect issue). - On the page
SuperCoolApp.Ui\Pages\CascadingAuthStatePage.razor
the username should be shown. It seems like theCascadingAuthenticationState
's value fromLayout.Ui\App.razor
does not reach the component.