-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
BUG: Occasions of the loading indicator running in an endless loop #3477
Comments
This was referenced May 2, 2023
ProblemWe don't want to force users to reload the complete page (F5) when an error occurs. Possible solution
@mhsdesign We need to specify what the modal should say and which functionalities to offer.
Opened new feature request #3746 @grebaldi any thoughts on that? |
Things we discussed / found out at the sprint
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There are a couple of occasions in which the loading indicator doesn't notice that some async process has failed and just ends up looping endlessly.
Several older issues mention this phenomenon:
Steps to Reproduce
Repro 1
./flow session:destroyall
Repro 2
Neos.Fusion:Debug
output like this:Repro 3
Expected behavior
The loading indicator should not run in an endless loop, but stop when an error occurs.
Actual behavior
Affected Versions
Neos: >= 7.3 (and older)
UI: >= 7.3 (and older)
The text was updated successfully, but these errors were encountered: