Replies: 2 comments
-
The problem is gone after adding FormName="Name" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding FormName for other than @rendermode InteractiveServer, raise other problems. It keep asking that UserName and password is required. For the now, I am just going to use @rendermode InteractiveServer, until I find the solution for other rendermode. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a FluentUI User Interface below
Why the only thing this works is only when I declare as
@rendermode InteractiveServer
If I removed it or changed it to
@rendermode InteractiveWebAssembly
It will throw an exception :
The POST request does not specify which form is being submitted. To fix this, ensure
elements have a @formname attribute with any unique value, or pass a FormName parameter if using@Inject AuthServices _authService
Register
Beta Was this translation helpful? Give feedback.
All reactions