Reload the browser when the circuit ID is unknown
See original GitHub issueIf I launch a components app with dotnet watch run
- the reconnection feature doesn’t ever seem to do its thing.
I can retry, and it will successfully connect (see console output) - but it never updates the UI.
My guess is that this happens because the circuit is gone - it’s a new process after all. We should see if we can improve this for inner loopness, and figure out a better experience by default for the case where the circuit is gone.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:14 (11 by maintainers)
Top Results From Across the Web
How can I force a web browser to reload the document ...
I need browsers to reload a page from the server every time it is displayed, including if the user got there by pressing...
Read more >Handle errors in ASP.NET Core Blazor apps
This article describes how Blazor manages unhandled exceptions and how to develop apps that detect and handle errors.
Read more >Error Messages
Restart the Cisco MGM server using the mgms-start command. ... Error Message EID-663: Circuit ID length cannot exceed 64 characters.
Read more >Always accepting third party cookies seems to break first party ...
Exit node is circuit is not ok – says “--unknown--” Go on options and set “Accept third-party cookies and site data “Never” and...
Read more >Troubleshooting Amazon OpenSearch Service
If it does, take the following steps: Wait several minutes. Refresh the page in your web browser. Choose Select existing group.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We discussed this and we think it would help that if the circuit ID is unknown we reload the page.
Duplicated https://github.com/dotnet/aspnetcore/issues/38305 against this issue. Thread summary is there are concerns with the existing documented approach as it overrides the existing reconnection behavior.
We may want to consider adding additional doc details on the reconnection behavior or provide alternate reconnection configurability (or automatic reloads).