-
Notifications
You must be signed in to change notification settings - Fork 279
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
Deck 1.5.3 clicking on timeline shows a spinner that doesnt stop #3395
Comments
@small1 @juliushaertl Deck 1.7.1 is also affected on NC 24.0.3 but with a slightly different log. When clicking on the activity tab, one item is loaded but not any more, 304 is returned and the spinner stays there indefinitly. First query succeeds with 200: Second query fails with 304: |
@small1 @juliushaertl In our case, NC23 did not have this problem and it is there since the update to NC24 and the new Deck version. |
Maybe related to nextcloud/server#32582 |
Looks unrelated to the server issue, the 304 status code is expected and tells there are no more entries, so this might be an issue with hiding the loading indicator in that case. |
@juliushaertl In this particular case, we know that there was a long list of activities on the card there (still with NC23) but now, it only shows the first and then spins forever. However, it is possible that the 2nd query is already wrong and than it is a front-end problem. And forgot to mention that the same happens on FIrefox and Chromium-based browsers as well. |
@putt1ck I also think it is unrelated to the server issue, because
@juliushaertl This error is quite painful as the timeline is used as a documentation for items going through certain processes. Some colleagues even used it is a proof of certain cards being moved to certain places by authorized personnel. So I guess, this issue has the potential to cause disruption in services where multiple units were relying on Deck in terms of process management. |
Deck 1.7.1, nextclloud 24.0.4 Had the same problem, no sollution yet? |
Issue still exists in NC 26 and Deck 1.9.2. - Unlikely that just hiding in case of no activity is the problem: The last entry then would be that the card was created. @juliushaertl anything planned here? |
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
…ty-stream-stable23 stable23: fix: Detect end of the activity responses (fix #3395)
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
[stable24] fix: Detect end of the activity responses (fix #3395)
[stable26] fix: Detect end of the activity responses (fix #3395)
[stable25] stable23: fix: Detect end of the activity responses (fix #3395)
Describe the bug
When clicking on timeline for a deck card a spinner comes up and never stops.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear view of the timeline should be there and the spinner should stop when it has loaded the timeline
Screenshots
Client details:
Server details
Operating system:
Debian 10
Web server:
Apache and nginx
Database:
mariadb
PHP version:
php8 and php7.4
Nextcloud version: (see Nextcloud admin page)
22.1.1 and 22.2.0
Where did you install Nextcloud from:
Source
Signing status:
List of activated apps:
Nextcloud configuration:
Logs
Nextcloud log (data/nextcloud.log)
No related log to find
Browser log
The text was updated successfully, but these errors were encountered: