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

Calendar widget is empty after update to 27.1.0 #5477

Closed
ralfbgithub opened this issue Sep 17, 2023 · 14 comments
Closed

Calendar widget is empty after update to 27.1.0 #5477

ralfbgithub opened this issue Sep 17, 2023 · 14 comments
Assignees
Labels
1. to develop Accepted and waiting to be taken care of bug regression Regression of a previous working feature

Comments

@ralfbgithub
Copy link

Steps to reproduce

  1. update from 27.0.2 to27.1.0
  2. Calendar widget is empty

Expected behavior

Calendar widget should show upcoming events

Actual behaviour

Calendar widget is empty

Calendar app version

4.5.0

CalDAV-clients used

No response

Browser

Chrome, Edge & Firefox

Client operating system

Windows 11, Ubuntu 18.04.6

Server operating system

Raspberry Pi , Container with Alpine Linux 3.18

Web server

Nginx

Database engine version

MariaDB

PHP engine version

PHP 8.2

Nextcloud version

27.1.0

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

Enabled:
  - activity: 2.19.0
  - admin_audit: 1.17.0
  - bruteforcesettings: 2.7.0
  - calendar: 4.5.0
  - circles: 27.0.1
  - cloud_federation_api: 1.10.0
  - cloud_py_api: 0.1.8
  - comments: 1.17.0
  - contacts: 5.4.0
  - contactsinteraction: 1.8.0
  - cookbook: 0.10.2
  - dashboard: 7.7.0
  - dav: 1.27.0
  - federatedfilesharing: 1.17.0
  - federation: 1.17.0
  - files: 1.22.0
  - files_pdfviewer: 2.8.0
  - files_reminders: 1.0.0
  - files_rightclick: 1.6.0
  - files_sharing: 1.19.0
  - files_trashbin: 1.17.0
  - firstrunwizard: 2.16.0
  - groupfolders: 15.3.0
  - logreader: 2.12.0
  - lookup_server_connector: 1.15.0
  - mediadc: 0.3.6
  - memories: 5.4.1
  - nextcloud_announcements: 1.16.0
  - notifications: 2.15.0
  - oauth2: 1.15.1
  - photos: 2.3.0
  - previewgenerator: 5.3.0
  - privacy: 1.11.0
  - provisioning_api: 1.17.0
  - recognize: 4.3.2
  - recommendations: 1.6.0
  - related_resources: 1.2.0
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - sharebymail: 1.17.0
  - systemtags: 1.17.0
  - text: 3.8.0
  - theming: 2.2.0
  - twofactor_backupcodes: 1.16.0
  - twofactor_totp: 9.0.0
  - updatenotification: 1.17.0
  - user_saml: 5.2.2
  - viewer: 2.1.0
  - weather_status: 1.7.0
  - workflowengine: 2.9.0
Disabled:
  - encryption: 2.15.0
  - files_external: 1.19.0
  - files_versions: 1.20.0 (installed 1.19.1)
  - geoblocker: 0.5.11 (installed 0.5.11)
  - password_policy: 1.17.0 (installed 1.16.0)
  - support: 1.10.0 (installed 1.9.0)
  - survey_client: 1.15.0 (installed 1.14.0)
  - suspicious_login: 5.0.0
  - user_ldap: 1.17.0
  - user_status: 1.7.0 (installed 1.6.0)

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

@ralfbgithub ralfbgithub added 0. to triage Pending approval or rejection bug labels Sep 17, 2023
@ChristophWurst
Copy link
Member

do you see any errors in browser console/network or nextcloud.log?

@ChristophWurst ChristophWurst added the regression Regression of a previous working feature label Sep 17, 2023
@ralfbgithub
Copy link
Author

no relevant entries in the nextcloud.log
Edge console: no errors but the warning: index.es.js:2337 Proxying an event bus of version 3.1.0 with 1.3.0

@naelfe
Copy link

naelfe commented Sep 17, 2023

I also updated to NC 27.1.0 and Calendar 4.5.0

(Updated the docker container https://github.com/linuxserver/docker-nextcloud which automatically updated the app as well)

My widget is not empty, but it has another issue:
For re-occuring events, it does not show when it will happen next, but when it was created- which makes it very confusing.
Same with the contact birthdays (yellow).

image
Blue = last day of the month
1st purple = every saturday, shown 1 time for the rest of month
2nd purple = regular event, no reoccurence
yellow = birthday
I do think they are sorted by the time they were created, but I am not sure.

when creating a new event for next week, I do get this:
image
It has the right descriptive text to it (actual scheduled time, not when it was created) but it is displayed in last place, even though it is the first event to occur.

@ChristophWurst ChristophWurst added 1. to develop Accepted and waiting to be taken care of and removed 0. to triage Pending approval or rejection labels Sep 18, 2023
@ChristophWurst
Copy link
Member

ChristophWurst commented Sep 18, 2023

Talked to @st3iny. This is the same issue we have for mobile widget before: #4813. Bringing the mobile data to the browser via #5417 also gives us the bugs.

@miaulalala
Copy link
Contributor

Needs improvement on the recurrence expansion as discussed with @st3iny

@estux
Copy link

estux commented Sep 22, 2023

I'm experiencing the same problem (empty widget) after upgrading from 26.0.7 to 27.1.1.
But in my case I cannot see any Deck tasks that I usually can see (e.g. the Deck tasks with due dates in this next week).
I opened a new issue #5489 because it's different from this case.

@HyperCriSiS
Copy link

HyperCriSiS commented Sep 23, 2023

I have similar issues.
Since the calendar app and contacts app were updated two days ago, both of them do not load anymore.
waterfox_G8Wm3Zegzz
waterfox_hzKTS2fyNE

Nothing related is in the logs.

@ChristophWurst
Copy link
Member

Fixed by nextcloud/server#40541?

@st3iny
Copy link
Member

st3iny commented Sep 26, 2023

The issue mentioned by @naelfe should be fixed by the linked issue (showing wrong dates/times). However, showing no event is a different issue I think.

Also note that there are more fixes regarding the ordering in #5486.


EDIT: I was able to create such a situation and can confirm that it is fixed by the server PR.

@st3iny st3iny closed this as completed Sep 26, 2023
@MrShoenel
Copy link

I am running NC 27.1.2 and still have the empty widget issue. Should this fix here already be included or will it come in a future version of NC? If so, which one? Thanks!

@st3iny
Copy link
Member

st3iny commented Oct 19, 2023

I am running NC 27.1.2 and still have the empty widget issue. Should this fix here already be included or will it come in a future version of NC? If so, which one? Thanks!

It should be included in 27.1.2.

@ralfbgithub
Copy link
Author

ralfbgithub commented Oct 20, 2023

Widget is still empty with Nextcloud 27.1.2 and Calendar 4.5.2
Chrome Console:
index.es.js:2337 Proxying an event bus of version 3.1.0 with 1.3.0
e @ index.es.js:2337
68668 @ index.es.js:3314
o @ core-unified-search.js?v=e7756d77-6:2
46631 @ requesttoken.js:11
o @ core-unified-search.js?v=e7756d77-6:2
44332 @ index.js:25
o @ core-unified-search.js?v=e7756d77-6:2
4820 @ index.js:14
o @ core-unified-search.js?v=e7756d77-6:2
44312 @ SearchResultPlaceholders.vue:20
o @ core-unified-search.js?v=e7756d77-6:2
(anonymous) @ core-unified-search.js?v=e7756d77-6:2
o.O @ chunk loaded:25
(anonymous) @ core-unified-search.js?v=e7756d77-6:2
(anonymous) @ core-unified-search.js?v=e7756d77-6:2

and: major.js:2 Proxying an event bus of version 3.1.0 with 1.3.0

@snagglewest
Copy link

Still not fixed after upgrading to 27.1.5 & calendar 4.6.0

@DeBaschdi
Copy link

still not fixed in NC 29.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug regression Regression of a previous working feature
Projects
None yet
Development

No branches or pull requests

10 participants