-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NavigationException raised when using NavigationManager.NavigateTo upon form post in SSR #50478
Comments
This seems like an issue that I have encountered. The NavigationManager not being for SSR. From what I heard it should be fixed. Perhaps not released yet. |
Duplicate? #49670 Although, I can't reproduce it with the specified SDK version. Not with my own code, or with the code provided. |
This one seems more likely: #50260 |
Thanks for contacting us. Does this exception result in an error in application or does it simply go away after you Continue debugging (F5) ? |
Hi @blissvalley. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
I'm unable to reproduce this exception with .NET 8 RC1. |
Thank you for filing this issue. In order for us to investigate this issue, please provide a minimal repro project that illustrates the problem without unnecessary code. Please share with us in a public GitHub repo because we cannot open ZIP attachments, and don't include any confidential content. |
When continue using F5, the program continue and go to destination page successfully. |
@blissvalley thanks for the additional details. That exception is launched and caught internally by the framework, the behavior is by design. You can avoid pausing on it if you turn off first chance exceptions |
Is there an existing issue for this?
Describe the bug
NavigationException raised when using NavigationManager.NavigateTo upon form post in server-side rendering
Expected Behavior
redirect page to destination
Steps To Reproduce
Exceptions (if any)
No response
.NET Version
8.0.100-preview.7.23376.3
Anything else?
No response
The text was updated successfully, but these errors were encountered: