activity icon indicating copy to clipboard operation
activity copied to clipboard

Recent activity widget won't display info

Open punkyard opened this issue 3 years ago • 0 comments

Steps to reproduce

  1. install nextcloud (snap, aio, manuel either way same result)
  2. login nextcloud
  3. create test files4.
  4. come back to dashboard, there is no activity in the widget

Expected behaviour

show a list of recent activities

Actual behaviour

blank widget

Server configuration

ubuntu 22.04 NC 24.0.4.1 apache 2.4.54 nginx 1.23.1 Maria DB 10.6.7 PHP 8.1 fpm APCu Redis

Signing status:

No errors have been found.

List of activated apps:

apps by default

Nextcloud configuration:

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "sub.domain.net",
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "24.0.4.1",
        "overwrite.cli.url": "https:\/\/le.rez0.net",
        "htaccess.RewriteBase": "\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "knowledgebaseenabled": false,
        "loglevel": 2,
        "maintenance": false,
    }
}

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no

Client configuration

Browser: safari, brave, epic

Operating system: mac os 10 14 6

Logs

Nextcloud log (data/nextcloud.log)

[ocs_api] Warning: OCP\AppFramework\OCS\OCSException: Invalid displayname at <<closure>>

0. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/apps/provisioning_api/lib/Controller/UsersController.php line 429
   OCA\Provisioning_API\Controller\UsersController->editUser()
1. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/AppFramework/Http/Dispatcher.php line 225
   OCA\Provisioning_API\Controller\UsersController->addUser("*** sensitive parameters replaced ***")
2. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/AppFramework/Http/Dispatcher.php line 133
   OC\AppFramework\Http\Dispatcher->executeController()
3. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/AppFramework/App.php line 172
   OC\AppFramework\Http\Dispatcher->dispatch()
4. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/Route/Router.php line 298
   OC\AppFramework\App::main()
5. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/ocs/v1.php line 62
   OC\Route\Router->match()
6. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/ocs/v2.php line 23
   require_once("/home/eve/web/l ... p")

POST /ocs/v2.php/cloud/users
from 93.5.120.234 by webmaster at 2022-08-31T19:29:09+00:00```


```[settings] Error: Doctrine\DBAL\Exception\ConnectionLost: An exception occurred while executing a query: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away at <<closure>>

 0. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/3rdparty/doctrine/dbal/src/Connection.php line 1780
    Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert()
 1. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/3rdparty/doctrine/dbal/src/Connection.php line 1719
    Doctrine\DBAL\Connection->handleDriverException()
 2. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/3rdparty/doctrine/dbal/src/Connection.php line 840
    Doctrine\DBAL\Connection->convertExceptionDuringQuery()
 3. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php line 256
    Doctrine\DBAL\Connection->fetchAllAssociative()
 4. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php line 242
    Doctrine\DBAL\Schema\AbstractSchemaManager->listTableNames()
 5. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/DB/Connection.php line 509
    Doctrine\DBAL\Schema\AbstractSchemaManager->tablesExist()
 6. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/DB/MigrationService.php line 127
    OC\DB\Connection->tableExists()
 7. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/DB/MigrationService.php line 191
    OC\DB\MigrationService->createMigrationTable()
 8. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/DB/MigrationService.php line 264
    OC\DB\MigrationService->getMigratedVersions()
 9. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/DB/MigrationService.php line 442
    OC\DB\MigrationService->getMigrationsToExecute()
10. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/DB/MigrationService.php line 417
    OC\DB\MigrationService->migrateSchemaOnly()
11. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/Installer.php line 154
    OC\DB\MigrationService->migrate()
12. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/apps/settings/lib/Controller/AppSettingsController.php line 451
    OC\Installer->installApp()
13. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/AppFramework/Http/Dispatcher.php line 225
    OCA\Settings\Controller\AppSettingsController->enableApps()
14. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/AppFramework/Http/Dispatcher.php line 133
    OC\AppFramework\Http\Dispatcher->executeController()
15. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/AppFramework/App.php line 172
    OC\AppFramework\Http\Dispatcher->dispatch()
16. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/private/Route/Router.php line 298
    OC\AppFramework\App::main()
17. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/lib/base.php line 1023
    OC\Route\Router->match()
18. /home/eve/web/le.rez0.net/public_html/nuage_prod_2022/index.php line 36
    OC::handleRequest()

POST /settings/apps/enable
from 93.5.120.234 by webmaster at 2022-08-31T19:30:54+00:00```



#### Browser log

EPIC brower

VM14:130 canvasfont = true
(index):1 Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
index.js:46 No OC found
getLanguage @ index.js:46
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 3.4.0
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
globals.js:62 jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
globals.js:62 $ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
2index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
globals.js:62 jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
globals.js:62 $ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
globals.js:62 Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20
Tt @ globals.js:62
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
major.js:2 Proxying an event bus of version 2.1.1 with 1.3.0
t @ major.js:2
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
e @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
globals.js:62 Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20
Tt @ globals.js:62
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
e @ index.es.js:2337
globals.js:62 jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
major.js:2 Proxying an event bus of version 2.1.1 with 1.3.0
t @ major.js:2
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
e @ index.es.js:2337
ConsoleLogger.js:37 [WARN] viewer: Some mimes were ignored because they are not enabled in the server previews config Object
log @ ConsoleLogger.js:37
ConsoleLogger.js:33 [INFO] viewer: No OCA.Files app found, viewer is now in standalone mode Object
2globals.js:62 oc_appswebroots is deprecated: use OC.appswebroots instead, this will be removed in Nextcloud 20
Tt @ globals.js:62
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
ProxyBus.js:74 Proxying an event bus of version 2.1.1 with 1.2.0
t @ ProxyBus.js:74
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
ProxyBus.js:74 Proxying an event bus of version 2.1.1 with 1.2.0
t @ ProxyBus.js:74
ProxyBus.js:74 Proxying an event bus of version 2.1.1 with 1.2.0
e @ ProxyBus.js:74
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
major.js:2 Proxying an event bus of version 2.1.1 with 1.3.0
t @ major.js:2
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
t @ index.es.js:2337
globals.js:62 $ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
2globals.js:62 jQuery is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
index.es.js:2337 Proxying an event bus of version 2.1.1 with 1.3.0
e @ index.es.js:2337
3globals.js:62 $ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
ConsoleLogger.js:33 [INFO] viewer: 5 viewer handlers registered Object
session-heartbeat.js:103 session heartbeat polling started
11globals.js:62 $ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.
Tt @ globals.js:62
Dashboard.vue:99 Error loading the activity list Error: Request failed with status code 304
    at t.exports (createError.js:16)
    at t.exports (settle.js:17)
    at XMLHttpRequest.b (xhr.js:66)
(anonymous) @ Dashboard.vue:99
VM56:5 Settings loaded...
intercept.js:1 Filter Running...
2Dashboard.vue:99 Error loading the activity list Error: Request failed with status code 304
    at t.exports (createError.js:16)
    at t.exports (settle.js:17)
    at XMLHttpRequest.b (xhr.js:66)
(anonymous) @ Dashboard.vue:99
u @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
Xe @ ActivityModel.js:32
s @ Dashboard.vue:85
Promise.then (async)
Xe @ ActivityModel.js:32
i @ Dashboard.vue:85
(anonymous) @ Dashboard.vue:85
(anonymous) @ Dashboard.vue:85
getActivities @ Dashboard.vue:85
xhr.js:210 XHR finished loading: GET "https://le.rez0.net/ocs/v2.php/apps/activity/api/v2/activity/by".
(anonymous) @ xhr.js:210
t.exports @ xhr.js:15
t.exports @ dispatchRequest.js:56
c.request @ Axios.js:112
r.forEach.c.<computed> @ Axios.js:136
(anonymous) @ bind.js:9
(anonymous) @ Dashboard.vue:92
u @ runtime.js:63
(anonymous) @ runtime.js:294
(anonymous) @ runtime.js:119
Xe @ ActivityModel.js:32
i @ Dashboard.vue:85
(anonymous) @ Dashboard.vue:85
(anonymous) @ Dashboard.vue:85
getActivities @ Dashboard.vue:85
xhr.js:210




NETWORK
notifications | 304 | h3-29 | xhr | xhr.js:210 | 803 B | 217 ms
by | 304 | h3-29 | xhr | xhr.js:210 | 788 B | 235 ms
notifications | 304 | h3-29 | xhr | xhr.js:210 | 799 B | 713 ms
by | 304 | h3-29 | xhr | xhr.js:210 | 790 B | 628 ms
notifications | 304 | h3-29 | xhr | xhr.js:210 | 799 B | 317 ms
by | 304 | h3-29 | xhr | xhr.js:210 | 789 B | 324 ms
notifications | 304 | h3-29 | xhr | xhr.js:210 | 795 B | 276 ms
by | 304 | h3-29 | xhr | xhr.js:210 | 788 B | 273 ms
notifications | 304 | h3-29 | xhr | xhr.js:210 | 798 B | 315 ms
by | 304 | h3-29 | xhr | xhr.js:210 | 787 B | 254 ms
  |   |   |   |   |  

it loads 1

and then nothing 2

punkyard avatar Aug 31 '22 21:08 punkyard