Skip to content
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

Firefox shows "attempting to reconnect to server" after using NavManager.NavigateTo(ContinueUrl, true); #16739

Closed
The-Nutty opened this issue Nov 1, 2019 · 5 comments
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. ✔️ Resolution: Duplicate Resolved as a duplicate of another issue help wanted Up for grabs. We would accept a PR to help resolve this issue Status: Resolved
Milestone

Comments

@The-Nutty
Copy link

Describe the bug

I have a simple server side blazor page that when you click a button redirects away to another page. Once the button is clicked the page should redirect without any noticeable interruption from the users point of view. Instread when using firefox after clicking the button the page goes white and shows attempting to reconnect to server as if it has lost connection to the server.

To Reproduce

Steps to reproduce the behavior:

  1. Using ASP.NET core 3.0/3.1
  2. Create a new server side blazor project and add the page at https://gist.github.com/The-Nutty/efab2574eb72615ece6403df0d0ccc75
  3. Run the program and goto https://localhost:5001/test in firefox
  4. Click continue

Expected behavior

From the users point of view they should be redirected and they should not see "attempting to reconnect to server" error message/

Additional context

Tested on firefox developer and stable, tested on latest .net core 3.1 and 3.0 stable.

@javiercn javiercn added the area-blazor Includes: Blazor, Razor Components label Nov 1, 2019
@mkArtakMSFT mkArtakMSFT added the bug This issue describes a behavior which is not expected - a bug. label Nov 1, 2019
@mkArtakMSFT mkArtakMSFT added this to the 5.0.0-preview1 milestone Nov 1, 2019
@mkArtakMSFT
Copy link
Member

Thanks for contacting us. One of our team members will look into this during 5.0 timeframe.

@mkArtakMSFT mkArtakMSFT added the help wanted Up for grabs. We would accept a PR to help resolve this issue label Feb 13, 2020
@mkArtakMSFT
Copy link
Member

We've moved this issue to the Backlog milestone. This means that it is not going to happen for the coming release. We will reassess the backlog following the current release and consider this item at that time. However, keep in mind that there are many other high priority features with which it will be competing for resources.

@uabarahona
Copy link
Contributor

uabarahona commented Apr 1, 2020

This also happens every time you hit "F5" on "Firefox", it does not happen on edge and chrome
image

I can dig into this if you could help me with where to start :)

@lovaszvencel
Copy link

We've moved this issue to the Backlog milestone. This means that it is not going to happen for the coming release. We will reassess the backlog following the current release and consider this item at that time. However, keep in mind that there are many other high priority features with which it will be competing for resources.

I aggree, that there are many higher priority features/bugs. But until you do not fix the bug we cannot use blazor with MVC in production (MVC site with same blazor components on same pages). I think it is really annoying for the visitor to see the error message on every page load/page navigation.
Do you have any workaround, until the fix is ready?

@captainsafia
Copy link
Member

Closing this as a dupe of #19050 which has already been triaged.

@captainsafia captainsafia added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Jun 13, 2020
@ghost ghost added the Status: Resolved label Jun 13, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jul 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. ✔️ Resolution: Duplicate Resolved as a duplicate of another issue help wanted Up for grabs. We would accept a PR to help resolve this issue Status: Resolved
Projects
None yet
Development

No branches or pull requests

6 participants