Nextcloud update - Exception: Database error when running migration

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 24.0.7~ynh1
Operating system and version (eg, Ubuntu 20.04): YunoHost 11.1.1.2
Apache or nginx version (eg, Apache 2.4.25): nginx/1.18.0
PHP version (eg, 7.4): php7.4-fpm

The issue you are facing:
Exception: Database error when running migration

Is this the first time you’ve seen this error? (Y/N):
Y
Steps to replicate it:

  1. Rerun update

The output of your Nextcloud log in Admin > Logging:

1st try
--------
WITH "'mysql.utf8mb4' => true," in config.php
=========================
Exception: Database error when running migration 000000Date20220923134100 for app solid An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes
Detaillierte Protokollmeldungen

Update vorbereiten
Log-Level auf "debug" gesetzt
Wartungsmodus eingeschaltet
Reparaturschritt: Repair MySQL collation
Reparaturinformation: All tables already have the correct collation -> nothing to do
Reparaturschritt: Repair SQLite autoincrement
Reparaturschritt: Copy data from accounts table when migrating from ownCloud
Reparaturschritt: Drop account terms table when migrating from ownCloud
Das Datenbankschema wird aktualisiert
Datenbank aktualisiert

Exception: Database error when running migration 000000Date20220923134100 for app solid An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes

2nd try
----------
After own investigation I've changed config.php
'mysql.utf8mb4' => false,
=========================

Aktualisierung auf 24.0.7

Exception: Database error when running migration 000000Date20220923134100 for app solid An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes
Detaillierte Protokollmeldungen

Update vorbereiten

Log-Level auf "debug" gesetzt
Wartungsmodus eingeschaltet
Reparaturschritt: Repair MySQL collation
Reparaturinformation: Change row format for oc_talk_sessions ...
Reparaturinformation: Change collation for oc_talk_sessions ...
Reparaturinformation: Change row format for oc_circles_circle ...
.......
.......
Reparaturinformation: Change collation for oc_talk_commands ...
Reparaturschritt: Repair SQLite autoincrement
Reparaturschritt: Copy data from accounts table when migrating from ownCloud
Reparaturschritt: Drop account terms table when migrating from ownCloud
Das Datenbankschema wird aktualisiert
Datenbank aktualisiert

Exception: Database error when running migration 000000Date20220923134100 for app solid An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php $CONFIG = array ( 'passwordsalt' => 'XYZ', 'secret' => 'BlaBlubb', 'trusted_domains' => array ( 0 => 'localhost', 1 => 'remotehost.net', ), 'datadirectory' => '/home/yunohost.app/nextcloud/data', 'dbtype' => 'mysql', 'version' => '24.0.7.1', 'overwrite.cli.url' => 'https://remotehost.ne', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => false, 'dbuser' => 'nextcloud', 'dbpassword' => 'YouMeToo', 'installed' => true, 'instanceid' => 'asdefrw', 'ldapIgnoreNamingRules' => false, 'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory', 'updatechecker' => false, 'memcache.local' => '\\OC\\Memcache\\APCu', 'integrity.check.disabled' => true, 'filelocking.enabled' => true, 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => 'localhost', 'port' => '6379', 'timeout' => '0.0', 'password' => '', ), 'hashing_default_password' => true, 'logout_url' => 'https://remotehost.net/yunohost/sso/?action=logout', 'maintenance' => false, 'loglevel' => 0, 'localstorage.allowsymlinks' => true, 'simpleSignUpLink.shown' => false, 'theme' => '', );

The output of your Apache/nginx/system log in /var/log/____:

 LOGFILE: /var/log/nginx/access.log 192.168.178.24 - - [06/Jan/2023:17:11:44 +0100] "GET /yunohost/admin/js/views/service/list.7da6a0bc.js HTTP/2.0" 200 2074 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:11:48 +0100] "GET /yunohost/api/services?locale=de HTTP/2.0" 200 4702 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 213.52.130.231 - - [06/Jan/2023:17:12:44 +0100] "GET / HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" 213.52.130.231 - - [06/Jan/2023:17:12:44 +0100] "GET /yunohost/admin HTTP/1.1" 301 162 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" 213.52.130.231 - - [06/Jan/2023:17:12:44 +0100] "GET /yunohost/admin/ HTTP/1.1" 200 9445 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" 192.168.178.24 - - [06/Jan/2023:17:13:07 +0100] "GET /yunohost/api/apps?full&locale=de HTTP/2.0" 200 53515 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:13:10 +0100] "GET /yunohost/api/apps/nextcloud?full&locale=de HTTP/2.0" 200 9371 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:11 +0100] "GET /yunohost/api/services?locale=de HTTP/2.0" 200 4702 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:15 +0100] "GET /yunohost/admin/css/views/service/info.518bccec.css HTTP/2.0" 200 95 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:15 +0100] "GET /yunohost/admin/js/views/service/info.86dbde11.js HTTP/2.0" 200 4204 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:15 +0100] "GET /yunohost/api/services/mysql?locale=de HTTP/2.0" 200 200 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 216.218.206.69 - - [06/Jan/2023:17:15:18 +0100] "GET / HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36" 192.168.178.24 - - [06/Jan/2023:17:15:19 +0100] "GET /yunohost/api/services/mysql/log?number=50&locale=de HTTP/2.0" 200 6467 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:19 +0100] "GET /yunohost/admin/fonts/FiraCode-Regular.05de2776.woff2 HTTP/2.0" 200 103168 "https://192.168.178.33/yunohost/admin/css/app.39af3783.css" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:32 +0100] "PUT /yunohost/api/services/mysql/restart HTTP/2.0" 204 0 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:32 +0100] "GET /yunohost/api/messages HTTP/1.1" 101 57 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:33 +0100] "GET /yunohost/api/services/mysql?locale=de HTTP/2.0" 200 200 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:17:15:35 +0100] "GET /yunohost/api/services/mysql/log?number=50&locale=de HTTP/2.0" 200 5595 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 216.218.206.69 - - [06/Jan/2023:17:16:03 +0100] "GET / HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" 216.218.206.69 - - [06/Jan/2023:17:16:04 +0100] "GET /yunohost/admin HTTP/1.1" 301 162 "https://92.116.139.88/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" 216.218.206.69 - - [06/Jan/2023:17:17:05 +0100] "GET /.git/config HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" 152.89.196.211 - - [06/Jan/2023:17:25:08 +0100] "GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" 152.89.196.211 - - [06/Jan/2023:17:25:12 +0100] "\x16\x03\x01\x00\xEE\x01\x00\x00\xEA\x03\x03\xFA\x05\xB9\xDD^\x92\xFEm\x1F\xF4\xC0\x91\xBD\x1CB" 400 150 "-" "-" 74.82.62.131 - - [06/Jan/2023:17:32:33 +0100] "GET / HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" 152.89.196.211 - - [06/Jan/2023:17:36:06 +0100] "GET /console/ HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" 152.89.196.211 - - [06/Jan/2023:17:36:06 +0100] "\x16\x03\x01\x00\xEE\x01\x00\x00\xEA\x03\x03\xD1\xA1\xFDvT\x11\xC6\xECc\xFE\xC6\x13\x9A\xB4\x1D\x5C\x0Fe\xD8\x0C\xC2\xA0\xC7\x22\x94\xA7h\xD4J\xC3\xA4\xB3 \x8BY\x00\xE9}\xFC\xE1M\x95\xE5<\xB8\xEC\xFASD/\xF8?\xDD\xDC\xD2\x02\x93\x14\xF8\xFEnV\xF3\xDB\x1F\x00&\xC0+\xC0/\xC0,\xC00\xCC\xA9\xCC\xA8\xC0\x09\xC0\x13\xC0" 400 150 "-" "-" 80.94.92.57 - - [06/Jan/2023:17:38:59 +0100] "GET / HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46" 152.89.196.211 - - [06/Jan/2023:17:43:52 +0100] "POST /Autodiscover/Autodiscover.xml HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" 152.89.196.211 - - [06/Jan/2023:17:43:52 +0100] "\x16\x03\x01\x00\xEE\x01\x00\x00\xEA\x03\x03\xC8z\x14j\xE8\xA0\x00>\x90=\xA0\xA6\xD8\x82\xFE\xA7\xAB\x0E\xC9$\x96\xD1\x81\xDC\xBB\xD27\x8Bm\x13\x15\xBB CE\xC40\xBAZN\xB1\xD6\x84H\xA5\xFF\xAD\xF4\xFC\xCCu" 400 150 "-" "-" 152.89.196.211 - - [06/Jan/2023:17:58:38 +0100] "GET /_ignition/execute-solution HTTP/1.1" 302 138 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" 152.89.196.211 - - [06/Jan/2023:17:58:38 +0100] "\x16\x03\x01\x00\xEE\x01\x00\x00\xEA\x03\x03k\xFF\x05\x1B3\x7F[\xCA}\x02xnQ\x08\x80t\x123F\xB3\x18YW\x95" 400 150 "-" "-" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/ HTTP/2.0" 200 9445 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/js/app.0e4b1e53.js HTTP/2.0" 200 65536 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/js/lc/lang-de.2702738a.js HTTP/2.0" 200 34558 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/js/lc/datefns-de-index-js.ee54b30e.js HTTP/2.0" 200 10629 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/js/lc/lang-en.62cbb3e7.js HTTP/2.0" 200 30198 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/js/views/apps/info~views/backup/info~views/backup/list~views/diagnosis~views/service/info~views/service~8d9e09e5.719d1b27.js HTTP/2.0" 200 25140 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/css/views/service/info.518bccec.css HTTP/2.0" 200 95 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/js/views/service/info.86dbde11.js HTTP/2.0" 200 4204 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:14 +0100] "GET /yunohost/admin/favicon.png HTTP/2.0" 200 14482 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:19 +0100] "GET /yunohost/api/services/mysql/log?number=50&locale=de HTTP/2.0" 200 5609 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:19 +0100] "GET /yunohost/admin/fonts/FiraCode-Regular.05de2776.woff2 HTTP/2.0" 200 103168 "https://192.168.178.33/yunohost/admin/css/app.39af3783.css" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:23 +0100] "GET /yunohost/admin/js/views/apps/list.20997936.js HTTP/2.0" 200 1980 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:42 +0100] "GET /yunohost/api/apps?full&locale=de HTTP/2.0" 200 53515 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:44 +0100] "GET /yunohost/api/apps/nextcloud?full&locale=de HTTP/2.0" 200 9371 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:45 +0100] "GET /yunohost/api/users/permissions?full&locale=de HTTP/2.0" 200 3085 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:11:45 +0100] "GET /yunohost/api/domains?locale=de HTTP/2.0" 200 69 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:12:58 +0100] "GET /yunohost/admin/css/views/service/list.ae52b0d3.css HTTP/2.0" 200 86 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:13:03 +0100] "GET /yunohost/api/services?locale=de HTTP/2.0" 200 4702 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" 192.168.178.24 - - [06/Jan/2023:18:13:12 +0100] "GET /yunohost/api/services/nginx?locale=de HTTP/2.0" 200 200 "https://192.168.178.33/yunohost/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
LOGFILE: /var/log/nginx/error.log b'2023/01/01 03:51:33 [crit] 1369#1369: *5107 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 45.40.57.56, server: 0.0.0.0:443' b'2023/01/01 07:07:53 [info] 6955#6955: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/01 10:11:31 [crit] 1369#1369: *5413 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 43.135.123.64, server: 0.0.0.0:443' b'2023/01/01 13:58:48 [crit] 1369#1369: *5510 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 162.243.144.22, server: 0.0.0.0:443' b'2023/01/01 17:32:42 [crit] 1369#1369: *5615 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 212.102.40.218, server: 0.0.0.0:443' b'2023/01/01 19:08:26 [info] 15623#15623: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/02 03:22:01 [crit] 1369#1369: *5765 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 87.236.176.173, server: 0.0.0.0:443' b'2023/01/02 07:02:51 [info] 24155#24155: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/02 09:04:18 [notice] 26422#26422: signal process started' b'2023/01/02 09:04:59 [crit] 26438#26438: *5865 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 170.187.164.181, server: 0.0.0.0:443' b'2023/01/02 12:08:44 [crit] 26438#26438: *6072 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 184.105.139.68, server: 0.0.0.0:443' b'2023/01/02 16:58:52 [crit] 26438#26438: *6418 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 212.102.40.218, server: 0.0.0.0:443' b'2023/01/02 19:06:11 [info] 1246#1246: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/03 03:19:25 [crit] 26438#26438: *6599 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 184.105.139.67, server: 0.0.0.0:443' b'2023/01/03 07:16:13 [info] 10189#10189: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/03 14:31:28 [crit] 26438#26438: *7275 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 104.131.181.99, server: 0.0.0.0:443' b'2023/01/03 15:38:26 [crit] 26438#26438: *7309 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 212.102.40.218, server: 0.0.0.0:443' b'2023/01/03 16:40:06 [crit] 26438#26438: *7353 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 164.52.25.251, server: 0.0.0.0:443' b'2023/01/03 19:14:31 [info] 18782#18782: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/04 05:00:27 [crit] 26438#26438: *7596 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 64.62.197.167, server: 0.0.0.0:443' b'2023/01/04 05:53:23 [crit] 26438#26438: *7617 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 87.236.176.124, server: 0.0.0.0:443' b'2023/01/04 07:17:50 [info] 27856#27856: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' b'2023/01/04 07:23:29 [crit] 26438#26438: *7651 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 146.190.236.231, server: 0.0.0.0:443' b'2023/01/04 15:53:34 [crit] 26438#26438: *7990 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 212.102.40.218, server: 0.0.0.0:443' b'2023/01/04 16:27:09 [crit] 26438#26438: *8018 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 192.241.225.25, server: 0.0.0.0:443' b'2023/01/04 18:10:42 [crit] 26438#26438: *8378 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 71.6.146.130, server: 0.0.0.0:443' b'2023/01/04 19:03:01 [info] 3953#3953: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61' 2023/01/05 00:56:09 [crit] 26438#26438: *8695 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 159.203.24.70, server: 0.0.0.0:443 2023/01/05 07:05:14 [info] 12609#12609: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 09:51:33 [crit] 26438#26438: *8843 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 65.49.20.69, server: 0.0.0.0:443 2023/01/05 16:18:58 [crit] 26438#26438: *8988 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 212.102.40.218, server: 0.0.0.0:443 2023/01/05 19:04:49 [info] 20986#20986: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:04:52 [info] 21024#21024: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:05:00 [info] 21513#21513: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:05:02 [info] 21549#21549: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:05:39 [info] 21851#21851: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:05:41 [info] 21887#21887: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:07:46 [notice] 26316#26316: signal process started 2023/01/05 19:07:47 [notice] 26478#26478: signal process started 2023/01/05 19:08:43 [notice] 30241#30241: signal process started 2023/01/05 19:08:45 [info] 30330#30330: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:08:47 [info] 30366#30366: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 19:10:12 [info] 30978#30978: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/05 22:52:49 [crit] 30312#30312: *9538 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 104.152.52.126, server: 0.0.0.0:443 2023/01/06 00:51:21 [crit] 30312#30312: *9620 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 164.52.25.251, server: 0.0.0.0:443 2023/01/06 07:02:30 [info] 6849#6849: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61 2023/01/06 14:35:27 [crit] 30312#30312: *10534 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 164.52.25.251, server: 0.0.0.0:443 2023/01/06 15:08:26 [crit] 30312#30312: *10559 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 212.102.40.218, server: 0.0.0.0:443 2023/01/06 17:09:23 [crit] 30312#30312: *10939 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 216.218.206.69, server: 0.0.0.0:443 2023/01/06 17:11:46 [info] 15125#15125: Using 131072KiB of shared memory for nchan in /etc/nginx/nginx.conf:61""

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

The first relevant lines I've found:
{"reqId":"jLKSaSkkvRz43BhnyCJe","level":4,"time":"2022-10-25T09:22:23+00:00","remoteAddr":"92.116.168.62","user":"lassegismo","app":"webdav","method":"PUT","url":"/nextcloud/remote.php/dav/calendars/lassegismo/personal/c5c86c58-e8fc-4a72-8107-399bbe18158e.ics","message":"This resource only supports valid iCalendar 2.0 data. Parse error: End of document reached prematurely","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0","version":"24.0.5.1","exception":{"Exception":"Sabre\\DAV\\Exception\\UnsupportedMediaType","Message":"This resource only supports valid iCalendar 2.0 data. Parse error: End of document reached prematurely","Code":0,"Trace":[{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php","line":739,"function":"validateICalendar","class":"Sabre\\CalDAV\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeWriteContent","class":"Sabre\\CalDAV\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1133,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":492,"function":"updateFile","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":358,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":166,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php","Line":806,"CustomMessage":"--"}}
{"reqId":"WMG81VQV4bOmHxylMZ9s","level":0,"time":"2022-10-31T18:15:04+00:00","remoteAddr":"","user":"--","app":"","method":"","url":"--","message":"[debug] doRequest initiated -- {\"request\":{\"protocols\":[\"https\"],\"used_protocol\":\"https\",\"port\":0,\"host\":\"lassegismo.dynv6.net\",\"url\":\"\\/index.php\\/apps\\/circles\\/async\\/1415c1ae-6291-498c-a9c6-3c42995cc54d\\/\",\"timeout\":5,\"type\":1,\"cookies\":[],\"headers\":{\"User-Agent\":\"\"},\"params\":[],\"data\":[],\"userAgent\":\"\",\"followLocation\":true,\"verifyPeer\":false,\"binary\":false,\"clientOptions\":{\"headers\":{\"User-Agent\":\"\"},\"cookies\":[],\"verify\":false,\"timeout\":5,\"http_errors\":false,\"nextcloud\":{\"allow_local_address\":true},\"allow_redirects\":{\"max\":10,\"strict\":true,\"referer\":true}},\"localAddressAllowed\":true,\"result\":null}}","userAgent":"--","version":"24.0.5.1","data":{"app":""}}
{"reqId":"WMG81VQV4bOmHxylMZ9s","level":0,"time":"2022-10-31T18:15:04+00:00","remoteAddr":"","user":"--","app":"","method":"","url":"--","message":"[debug] doRequest done -- {\"request\":{\"protocols\":[\"https\"],\"used_protocol\":\"https\",\"port\":0,\"host\":\"lassegismo.dynv6.net\",\"url\":\"\\/index.php\\/apps\\/circles\\/async\\/1415c1ae-6291-498c-a9c6-3c42995cc54d\\/\",\"timeout\":5,\"type\":1,\"cookies\":[],\"headers\":{\"User-Agent\":\"\"},\"params\":[],\"data\":[],\"userAgent\":\"\",\"followLocation\":true,\"verifyPeer\":false,\"binary\":false,\"clientOptions\":{\"headers\":{\"User-Agent\":\"\"},\"cookies\":[],\"verify\":false,\"timeout\":5,\"http_errors\":false,\"nextcloud\":{\"allow_local_address\":true},\"allow_redirects\":{\"max\":10,\"strict\":true,\"referer\":true}},\"localAddressAllowed\":true,\"result\":{\"statusCode\":500,\"headers\":{\"Server\":[\"nginx\"],\"Date\":[\"Mon, 31 Oct 2022 18:15:04 GMT\"],\"Content-Type\":[\"text\\/html\"],\"Content-Length\":[\"170\"],\"Connection\":[\"close\"],\"X-SSO-WAT\":[\"You've just been SSOed\"],\"Content-Security-Policy\":[\"upgrade-insecure-requests\"],\"X-Content-Type-Options\":[\"nosniff\"],\"X-XSS-Protection\":[\"1; mode=block\"],\"X-Download-Options\":[\"noopen\"],\"X-Permitted-Cross-Domain-Policies\":[\"none\"],\"X-Frame-Options\":[\"SAMEORIGIN\"],\"Permissions-Policy\":[\"interest-cohort=()\"],\"Strict-Transport-Security\":[\"max-age=63072000; includeSubDomains; preload\"]},\"content\":\"<html>\\r\\n<head><title>500 Internal Server Error<\\/title><\\/head>\\r\\n<body>\\r\\n<center><h1>500 Internal Server Error<\\/h1><\\/center>\\r\\n<hr><center>nginx<\\/center>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\",\"contentAsArray\":[],\"contentType\":0}}}","userAgent":"--","version":"24.0.5.1","data":{"app":""}}
{"reqId":"jimYmXNNVd1jtcqYZVOn","level":0,"time":"2022-11-04T10:33:06+00:00","remoteAddr":"31.220.67.236","user":"--","app":"solid","method":"GET","url":"/nextcloud/svg/core/actions/error?color=000&v=1","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36","version":"24.0.5.1","data":{"app":"solid"}}
{"reqId":"HQwXIfaYcbyUTKHFc261","level":0,"time":"2022-11-04T10:33:06+00:00","remoteAddr":"31.220.67.236","user":"--","app":"solid","method":"GET","url":"/nextcloud/svg/core/actions/error?color=fff&v=1","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36","version":"24.0.5.1","data":{"app":"solid"}}
{"reqId":"hSxjeoANhEo84hCDq2uX","level":0,"time":"2022-11-04T10:33:06+00:00","remoteAddr":"31.220.67.236","user":"--","app":"solid","method":"GET","url":"/nextcloud/svg/core/actions/error?color=e9322d&v=1","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36","version":"24.0.5.1","data":{"app":"solid"}}
{"reqId":"LlQfpYx8qH0FicZ2xKZH","level":3,"time":"2022-11-14T17:59:39+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Database error when running migration 000000Date20220923134100 for app solid\nAn exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes","userAgent":"--","version":"24.0.5.1","exception":{"Exception":"Exception","Message":"Database error when running migration 000000Date20220923134100 for app solid\nAn exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":1022,"function":"migrate","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":201,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":415,"function":"updateAppstoreApp","class":"OC\\Installer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":274,"function":"upgradeAppStoreApps","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/core/Command/Upgrade.php","line":235,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":211,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/DB/MigrationService.php","Line":429,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\DriverException","Message":"An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes","Code":1071,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1780,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1719,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1067,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":261,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1809,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Migrator.php","line":175,"function":"query","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Migrator.php","line":76,"function":"applySchema","class":"OC\\DB\\Migrator","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":582,"function":"migrate","class":"OC\\DB\\Migrator","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/MigrationService.php","line":540,"function":"migrateToSchema","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/MigrationService.php","line":425,"function":"executeStep","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":1022,"function":"migrate","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":201,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":415,"function":"updateAppstoreApp","class":"OC\\Installer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":274,"function":"upgradeAppStoreApps","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/core/Command/Upgrade.php","line":235,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":211,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":114,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes","Code":1071,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","line":87,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1062,"function":"query","class":"Doctrine\\DBAL\\Driver\\PDO\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":261,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1809,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Migrator.php","line":175,"function":"query","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Migrator.php","line":76,"function":"applySchema","class":"OC\\DB\\Migrator","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":582,"function":"migrate","class":"OC\\DB\\Migrator","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/MigrationService.php","line":540,"function":"migrateToSchema","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/MigrationService.php","line":425,"function":"executeStep","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":1022,"function":"migrate","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":201,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":415,"function":"updateAppstoreApp","class":"OC\\Installer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":274,"function":"upgradeAppStoreApps","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/core/Command/Upgrade.php","line":235,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":211,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes","Code":"42000","Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","line":82,"function":"query","class":"PDO","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1062,"function":"query","class":"Doctrine\\DBAL\\Driver\\PDO\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":261,"function":"executeQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1809,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Migrator.php","line":175,"function":"query","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Migrator.php","line":76,"function":"applySchema","class":"OC\\DB\\Migrator","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":582,"function":"migrate","class":"OC\\DB\\Migrator","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/MigrationService.php","line":540,"function":"migrateToSchema","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/MigrationService.php","line":425,"function":"executeStep","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":1022,"function":"migrate","class":"OC\\DB\\MigrationService","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":201,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":415,"function":"updateAppstoreApp","class":"OC\\Installer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":274,"function":"upgradeAppStoreApps","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/core/Command/Upgrade.php","line":235,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":211,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php","Line":82}}},"message":"Database error when running migration 000000Date20220923134100 for app solid\nAn exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes","exception":{},"CustomMessage":"Database error when running migration 000000Date20220923134100 for app solid\nAn exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 3072 bytes"}}
{"reqId":"uSQUcj28bZzx4RE4SSoX","level":1,"time":"2022-11-14T18:12:21+00:00","remoteAddr":"92.116.169.124","user":"--","app":"no app in context","method":"PROPFIND","url":"/nextcloud/remote.php/dav/addressbooks/users/lassegismo/contacts/","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"Thunderbird CardBook/83.1","version":"24.0.7.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":361,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/CachingRouter.php","line":58,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":199,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/nextcloud/lib/public/Defaults.php","line":177,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/nextcloud/core/templates/layout.guest.php","line":54,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":180,"args":["/var/www/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":213,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":301,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":84,"function":"printErrorPage","class":"OC_Template","type":"::"},{"file":"/var/www/nextcloud/remote.php","line":172,"function":"handleException"}],"File":"/var/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist."}}
{"reqId":"2q9kJZTJMZjvtN8nZHdn","level":1,"time":"2022-11-19T09:07:56+00:00","remoteAddr":"92.116.139.228","user":"--","app":"no app in context","method":"PROPFIND","url":"/nextcloud/remote.php/dav/calendars/lassegismo/personal/","message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","userAgent":"DAVx5/4.2.4-ose (2022/10/27; dav4jvm; okhttp/4.10.0) Android/12","version":"24.0.7.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":361,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/CachingRouter.php","line":58,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":199,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/nextcloud/lib/public/Defaults.php","line":177,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/nextcloud/core/templates/layout.guest.php","line":54,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":180,"args":["/var/www/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":213,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":301,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":84,"function":"printErrorPage","class":"OC_Template","type":"::"},{"file":"/var/www/nextcloud/remote.php","line":172,"function":"handleException"}],"File":"/var/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist."}}
{"reqId":"BrKblgaj2J6zElOjPREB","level":1,"time":"2022-11-19T13:25:09+00:00","remoteAddr":"92.116.139.228","user":"--","app":"no app in context","method":"PROPFIND","url":"/nextcloud/remote.php/dav/calendars/lassegismo/contact_birthdays/","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"DAVx5/4.2.4-ose (2022/10/27; dav4jvm; okhttp/4.10.0) Android/12","version":"24.0.7.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":361,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/CachingRouter.php","line":58,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":199,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/nextcloud/lib/public/Defaults.php","line":177,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/nextcloud/core/templates/layout.guest.php","line":54,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":180,"args":["/var/www/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":213,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":301,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":84,"function":"printErrorPage","class":"OC_Template","type":"::"},{"file":"/var/www/nextcloud/remote.php","line":172,"function":"handleException"}],"File":"/var/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist."}}
{"reqId":"lftfBQDTPWGEv8zwGSc7","level":1,"time":"2022-11-19T15:43:19+00:00","remoteAddr":"92.116.139.228","user":"--","app":"no app in context","method":"PROPFIND","url":"/nextcloud/remote.php/dav/calendars/lassegismo/personal/","message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","userAgent":"DAVx5/4.2.4-ose (2022/10/27; dav4jvm; okhttp/4.10.0) Android/12","version":"24.0.7.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":361,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/CachingRouter.php","line":58,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":199,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/nextcloud/lib/public/Defaults.php","line":177,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/nextcloud/core/templates/layout.guest.php","line":54,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":180,"args":["/var/www/nextcloud/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":213,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":301,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":84,"function":"printErrorPage","class":"OC_Template","type":"::"},{"file":"/var/www/nextcloud/remote.php","line":172,"function":"handleException"}],"File":"/var/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"tasks.page.index\" as such route does not exist."}}

Issue is fixed via internal yunohost app upgrade:

yunohost app upgrade nextcloud -u GitHub - YunoHost-Apps/nextcloud_ynh at testing --force