-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[🐞] The components that uses server$
doesn't recovery after once be offline even if the network is recovered.
#6651
Comments
server$
doesn't recovery after once be offline even if the network is recovered.server$
doesn't recovery after once be offline even if the network is recovered.
If you remove the call of |
Hi, can you simulate this behaviour with an old version like 1.3.2 pls? |
@gioboa sshot79b.movBut the navigation has been recovered after the network is back online. I will try to test with the qwik-1.3.2 |
@gioboa |
Thanks for your tests. Can you add the expected behaviour in the description pls? |
@gioboa Yes, I added. |
The one of the reasons of this issue may be which there's no error handling for this line.
|
Which component is affected?
Qwik Runtime
Describe the bug
I am trying to make a qwik app that can work even while the network is offline.
I expected the
server$
is not working if the network is offline.But not expected once the network went offline, the app never to be recovered even if the network is recovered again.
sshot79.mp4
Relating with QwikDev/qwik-evolution#105
Expected behaviour
The execution of the
server$
would fail while network is offline, but it becomes online, then the execution of theserver$
is succeeded.In the preview mode, it works same as in the dev mode.
Reproduction
https://github.com/genki/qwik-test/tree/offline_recovery_test
Steps to reproduce
Please git clone the repo above and
to visit the page on the browser.
Then,
server$
and see the errors in the console.System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: