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

Older items in the activity list don't load #1358

Open
roundoutandabout opened this issue Oct 8, 2023 · 0 comments
Open

Older items in the activity list don't load #1358

roundoutandabout opened this issue Oct 8, 2023 · 0 comments

Comments

@roundoutandabout
Copy link

Issue description

When I open the Activity page in the web interface (https://example.com/index.php/apps/activity/), I get the list of activities. When I scroll down the activity list several times, the new items don't load anymore, only the loading circle is shown.
The same happens for the different filters (https://example.com/index.php/apps/activity/?filter=files, https://example.com/index.php/apps/activity/?filter=self).
Furthermore, the content of the other pages in the Nextcloud interface also don't load while the activity list is loading. E.g the contents of Files, Apps, Overview, Logging pages are not loading. When I close the Activity page, the other pages are loading again.

Steps to reproduce

  1. Enable the Activity app
  2. Go to the Activity page in the Nextcloud web interface
  3. Scroll down until the new items don't appear anymore

Expected behaviour

Further items in the activity list are loading.
The loading of the new items in the activity list doesn't block the loading of the other Nextcloud pages.

Actual behaviour

The new items don't appear in the list of activities.
The loading circle is constantly shown in the bottom of the list.
Other Nextcloud pages don't load.

Server configuration

Nextcloud is installed as a snap package

Operating system: Ubuntu 22.04.3 LTS

Web server: Apache 2.4

Database: MySQL 8.0.34

PHP version: 8.1.22

Nextcloud version: 27.1.1

Where did you install Nextcloud from: Official snap package

Signing status:

No errors have been found.

List of activated apps:

$ nextcloud.occ app:list
- activity: 2.19.0
- breezedark: 27.0.0
- bruteforcesettings: 2.7.0
- circles: 27.0.1
- cloud_federation_api: 1.10.0
- comments: 1.17.0
- contacts: 5.4.2
- contactsinteraction: 1.8.0
- 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
- files_versions: 1.20.0
- firstrunwizard: 2.16.0
- issuetemplate: 0.7.0
- keeweb: 0.6.13
- logreader: 2.12.0
- lookup_server_connector: 1.15.0
- mail: 3.4.1
- nextcloud_announcements: 1.16.0
- notifications: 2.15.0
- oauth2: 1.15.1
- password_policy: 1.17.0
- photos: 2.3.0
- privacy: 1.11.0
- provisioning_api: 1.17.0
- recommendations: 1.6.0
- related_resources: 1.2.0
- serverinfo: 1.17.0
- settings: 1.9.0
- sharebymail: 1.17.0
- support: 1.10.0
- survey_client: 1.15.0
- systemtags: 1.17.0
- text: 3.8.0
- theming: 2.2.0
- twofactor_backupcodes: 1.16.0
- twofactor_totp: 9.0.0
- user_status: 1.7.0
- viewer: 2.1.0
- weather_status: 1.7.0
- workflowengine: 2.9.0

Nextcloud configuration:

$ nextcloud.occ config:list system
{
    "system": {
        "apps_paths": [
            {
                "path": "\/snap\/nextcloud\/current\/htdocs\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/snap\/nextcloud\/current\/nextcloud\/extra-apps",
                "url": "\/extra-apps",
                "writable": true
            }
        ],
        "supportedDatabases": [
            "mysql"
        ],
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0
        },
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "192.168.0.3",
            "10.42.0.194",
            "zipcloud.ddns.net",
            "zpcld.xyz"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "27.1.1.0",
        "overwrite.cli.url": "http:\/\/192.168.0.3",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "loglevel": 0,
        "theme": "",
        "has_rebuilt_cache": true,
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "app_install_overwrite": [
            "issuetemplate"
        ]
    }
}

Are you using an external user-backend, if yes which one: No

Client configuration

Browser: Firefox 118.0.1

Operating system: Manjaro Linux

Logs

Nextcloud log (data/nextcloud.log)

nextcloud.log
{"reqId":"J4YILvQaCIC2XoI9rF6e","level":0,"time":"2023-10-08T13:45:56+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=ociHIrYxVTXlrCxrLJtp","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"nQJQv4A9UwI86RrXY9SB","level":0,"time":"2023-10-08T13:45:56+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=J4YILvQaCIC2XoI9rF6e","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"e0L5j0Z09qITB5X1MDCe","level":0,"time":"2023-10-08T13:45:56+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=nQJQv4A9UwI86RrXY9SB","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"3NdPrFPAn86RWFrnK0cZ","level":0,"time":"2023-10-08T13:45:56+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=e0L5j0Z09qITB5X1MDCe","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"aGsOHKG53WpgaTkNdVK1","level":0,"time":"2023-10-08T13:45:57+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=3NdPrFPAn86RWFrnK0cZ","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"qIU1bsVxZC2JuwbUYdQ3","level":0,"time":"2023-10-08T13:45:57+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=aGsOHKG53WpgaTkNdVK1","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"EyBYYLCLCB3hxxD2G2k9","level":0,"time":"2023-10-08T13:45:57+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/logreader/poll?lastReqId=qIU1bsVxZC2JuwbUYdQ3","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"m3A5lvqrCQM1dvUtxeSW","level":0,"time":"2023-10-08T13:45:57+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/activity/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"QfsuvBvUF0zbgNKtEvOQ","level":0,"time":"2023-10-08T13:45:59+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"PUT","url":"/ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"sfzOs2pyrRgFrnHlGCFY","level":0,"time":"2023-10-08T13:45:59+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/search/providers?from=%2Fapps%2Factivity%2F","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"aR7L3fo0eBm1vsUQZ95u","level":0,"time":"2023-10-08T13:45:59+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/user_status/api/v1/statuses/user","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"kb3yg980zrccPWRKxS5t","level":0,"time":"2023-10-08T13:46:00+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity/all?format=json&previews=true&since=0","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"geRTim3T4yTV4nyM36XU","level":0,"time":"2023-10-08T13:46:00+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"3gwjaNyHihAuPcVEGAeC","level":0,"time":"2023-10-08T13:46:01+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/apps/theming/img/core/filetypes/folder.svg?v=ddff6204","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"FOOSoPTSjzcJ7pMOTI7n","level":0,"time":"2023-10-08T13:46:06+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity/all?format=json&previews=true&since=531075","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"JGUSizepHnyBfTxzA6TX","level":0,"time":"2023-10-08T13:46:06+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&fileId=655481&c=b7b71c893171d0fc53781f27319a999b","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"7p6nUpyiwg7l1ptnSVZd","level":0,"time":"2023-10-08T13:46:06+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&fileId=655495&c=e128ed24fb16c75511f38789100da599","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"3ldmCefDT7eMoN92wP6r","level":0,"time":"2023-10-08T13:46:06+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&fileId=654158&c=a21c5050f94050bed887aea1238d1216","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"luSOR16CMP3Qd2XnzDH6","level":0,"time":"2023-10-08T13:46:06+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity/all?format=json&previews=true&since=531025","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"cGvApEDHjMxzN1XNAmsq","level":0,"time":"2023-10-08T13:46:06+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&fileId=655524&c=f567d131f34aa462fd4ace50a8ad679e","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"u8Vkb0Lv1kTVbKtHD5Ni","level":0,"time":"2023-10-08T13:46:07+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity/all?format=json&previews=true&since=530975","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"wP2q9aAPfXxG4dL6Sazm","level":0,"time":"2023-10-08T13:46:07+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&fileId=661802&c=731b698eb746a6492dd5e58d8e2d3caf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"tqkxn7oU4Jv5fmpHE8rT","level":0,"time":"2023-10-08T13:46:07+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&fileId=715276&c=ba3aa965c8e764956388e78e990f645b","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"otUXxSLAk4PTLcreUFSt","level":0,"time":"2023-10-08T13:46:19+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications?format=json","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/3.10.0git (Nextcloud, manjaro-6.1.55-1-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"5vpOrAZXW5anwkJsuq2K","level":0,"time":"2023-10-08T13:46:19+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/user_status/api/v1/user_status?format=json","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/3.10.0git (Nextcloud, manjaro-6.1.55-1-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"BK4cYGi9YR8E4ix3NQCd","level":0,"time":"2023-10-08T13:47:18+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications?format=json","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/3.10.0git (Nextcloud, manjaro-6.1.55-1-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.1.0","data":{"app":"issuetemplate"}}
{"reqId":"XKV0yL2SADbeCqAKJ1ch","level":0,"time":"2023-10-08T13:47:18+00:00","remoteAddr":"10.42.0.1","user":"user","app":"issuetemplate","method":"GET","url":"/ocs/v2.php/apps/user_status/api/v1/user_status?format=json","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/3.10.0git (Nextcloud, manjaro-6.1.55-1-MANJARO ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.1.0","data":{"app":"issuetemplate"}}

Browser log

Javascript console log when opening Activities page
Slowing down notifications: Status 500 notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js:2:56821
Polling interval updated to 300000 notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js:2:57294
Started background fetcher as session_keepalive is enabled notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js:2:54266
Slowing down notifications: Status 500 notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js:2:56821
InstallTrigger is deprecated and will be removed in the future. constants.js:50:14
Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). single-file-extension-frames.js:1:294
Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). utils.js:42:9
Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). content-script.js:40:65
Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). content-script.js:40:65
JQMIGRATE: Migrate is installed, version 3.4.1 jquery-migrate.min.js:2:980
[DEBUG] core: this browser is officially supported ! 🚀 
Object { app: "core", uid: "user", level: 0 }
ConsoleLogger.js:50:18
Proxying an event bus of version 3.1.0 with 1.3.0 2 index.es.js:2337:14
session heartbeat polling started session-heartbeat.js:103:9
Proxying an event bus of version 3.1.0 with 1.3.0 index.es.js:2337:14
Registering notifications container as a menu NotificationsApp.vue:219
Notifications permissions denied NotificationsApp.vue:459
Polling interval updated to 30000 NotificationsApp.vue:416
Started background fetcher as session_keepalive is enabled NotificationsApp.vue:275
[DEBUG] unified-search: Unified Search initialized with the following providers 
Object { 0: {…}, 1: {…}, 2: {…}, 3: {…}, 4: {…}, 5: {…}, 6: {…}, 7: {…}, 8: {…}, 9: {…}, … }
ConsoleLogger.js:50:18
Got notification data, restoring default polling interval. NotificationsApp.vue:376

Screenshot 2023-10-08 at 14-39-48 By you - Activity - Activity - Nextcloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant