The POST request does not specify which form is being submitted. #53382
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Discussed in #52814
Originally posted by dosni December 14, 2023
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
The text was updated successfully, but these errors were encountered: