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
navigate to the user profile page, make some changes in the profile fields.
click the save button.
Expected Result:
profile should be saved successfully.
Actually Result:
nothing happened in the browser, exception thrown in the console:
fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit 'K1bK_GM7rwjeXRe4A9RvnUphquLRqe5FUQqDTvz16qY'.
Microsoft.JSInterop.JSException: Failed to set the 'href' property on 'Location': '///' is not a valid URL.
The text was updated successfully, but these errors were encountered:
zyhfish
changed the title
Bug: Unexpected behavior when saving user profile with invalid data
Bug: Unexpected behavior when saving user profile
Mar 23, 2024
Reproduce Steps
Expected Result:
profile should be saved successfully.
Actually Result:
nothing happened in the browser, exception thrown in the console:
fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit 'K1bK_GM7rwjeXRe4A9RvnUphquLRqe5FUQqDTvz16qY'.
Microsoft.JSInterop.JSException: Failed to set the 'href' property on 'Location': '///' is not a valid URL.
The text was updated successfully, but these errors were encountered: