Dashboard and then 504 Gateway Time-Out

Hello everyone,

I’ve been running Netxcloud on a docker platform for few weeks or months.
Currently, It is not running properly. The issue is always the same.
Using the URL https://nextcloud.mydomain.tld redirects me to the dashboard page. And then, whatever the link I click, I get an 504 Gateway Time-out error.

The details:

NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
  • Docker version 20.10.1, build 831ebea

I manage the docker stacks using portainer 2.0.0. Here is my stack:

*version: '2'*

*volumes:*
*  nextcloud_mariadb:*
*    external: true*
*  nextcloud_app:*
*    external: true*

*services:*
*  db:*
*    image: mariadb:10.5.8*
*    command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW*
*    restart: always*
*    volumes:*
*      - nextcloud_mariadb:/var/lib/mysql*
*    container_name: nextcloud_mariadb*
*    environment:*
*      - MYSQL_ROOT_PASSWORD=MyBigRootPassword*
*      - MYSQL_PASSWORD=MyBigUserPassword*
*      - MYSQL_DATABASE=nextcloud_db*
*      - MYSQL_USER=nextcloud_user*

*  app:*
*    image: nextcloud:20.0.4*
*    ports:*
*      - 8765:80*
*    links:*
*      - db*
*    container_name: nextcloud_app*
*    environment:*
*      - MYSQL_PASSWORD=MyBigUserPassword*
*      - MYSQL_DATABASE=nextcloud_db*
*      - MYSQL_USER=nextcloud_user*
*      - MYSQL_HOST=nextcloud_mariadb*
*    volumes:*
*      - nextcloud_app:/var/www/html*
*    restart: always*

Here are the logs when restarting the stack:

  • MariaDB:
2020-12-30 11:29:20+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.8+maria~focal started.,
2020-12-30 11:29:20+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql',
2020-12-30 11:29:20+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.8+maria~focal started.,
2020-12-30 11:29:20 0 [Note] mysqld (mysqld 10.5.8-MariaDB-1:10.5.8+maria~focal) starting as process 1 ...,
2020-12-30 11:29:20 0 [Warning] You need to use --log-bin to make --binlog-format work.,
2020-12-30 11:29:20 0 [Note] InnoDB: Using Linux native AIO,
2020-12-30 11:29:20 0 [Note] InnoDB: Uses event mutexes,
2020-12-30 11:29:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11,
2020-12-30 11:29:20 0 [Note] InnoDB: Number of pools: 1,
2020-12-30 11:29:20 0 [Note] InnoDB: Using generic crc32 instructions,
2020-12-30 11:29:20 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts),
2020-12-30 11:29:20 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728,
2020-12-30 11:29:20 0 [Note] InnoDB: Completed initialization of buffer pool,
2020-12-30 11:29:20 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().,
2020-12-30 11:29:20 0 [Note] InnoDB: 128 rollback segments are active.,
2020-12-30 11:29:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables,
2020-12-30 11:29:20 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...,
2020-12-30 11:29:20 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.,
2020-12-30 11:29:20 0 [Note] InnoDB: 10.5.8 started; log sequence number 3051875073; transaction id 1787731,
2020-12-30 11:29:20 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool,
2020-12-30 11:29:20 0 [Note] Plugin 'FEEDBACK' is disabled.,
2020-12-30 11:29:20 0 [Note] Server socket created on IP: '::'.,
2020-12-30 11:29:20 0 [Warning] 'proxies_priv' entry '@% root@d5ae2ff4247a' ignored in --skip-name-resolve mode.,
2020-12-30 11:29:20 0 [Note] Reading of all Master_info entries succeeded,
2020-12-30 11:29:20 0 [Note] Added new Master_info '' to hash table,
2020-12-30 11:29:20 0 [Note] mysqld: ready for connections.,
Version: '10.5.8-MariaDB-1:10.5.8+maria~focal'  socket: '/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution,
2020-12-30 11:29:21 0 [Note] InnoDB: Buffer pool(s) load completed at 201230 11:29:21,
  • Nextcloud:
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.21.0.3. Set the 'ServerName' directive globally to suppress this message,
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.21.0.3. Set the 'ServerName' directive globally to suppress this message,
[Wed Dec 30 11:29:21.099045 2020] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.38 (Debian) PHP/7.4.13 configured -- resuming normal operations,
[Wed Dec 30 11:29:21.099103 2020] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND',
192.168.111.1 - user [30/Dec/2020:11:29:21 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 430 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:29:21 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 1184 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:29:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:29:40 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 230 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:29:52 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:29:52 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:30:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:30:24 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:30:24 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:30:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:30:56 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:30:56 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:31:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:31:28 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:31:28 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:31:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:32:00 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:32:00 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:32:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:32:32 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:32:32 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:32:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:33:04 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:33:04 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:33:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:33:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:33:36 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:33:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:08 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:08 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:40 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 230 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:40 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:34:40 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:35:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:35:12 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:35:12 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:35:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:35:44 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:35:44 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:36:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:36:16 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:36:16 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:36:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:36:48 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:36:48 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:37:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:37:20 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:37:20 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:37:36 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:37:52 +0000] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 232 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:37:52 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 986 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",
192.168.111.1 - user [30/Dec/2020:11:38:06 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 966 "-" "Mozilla/5.0 (Linux) mirall/3.0.3git (build 3795) (Nextcloud)",

I’m not able to figure out what is wrong, and why I get this 504 error.
Should I increase my logs’ verbosity ?

Any help appreciated.

I connected to my nextcloud container, and played with a few occ command.
I’ve not seen any errors so far, but occ is extremely slow…

www-data@3dbd8bf95fdf:~/html$ ./occ maintenance:mode --on
Maintenance mode enabled
www-data@3dbd8bf95fdf:~/html$ ./occ maintenance:repair   
Nextcloud is in maintenance mode - no apps have been loaded

 - Repair MySQL collation
     - All tables already have the correct collation -> nothing to do
 - Repair mime types
 - Clean tags and favorites
     - 0 tags of deleted users have been removed.
     - 0 tags for delete files have been removed.
     - 0 tag entries for deleted tags have been removed.
     - 0 tags with no entries have been removed.
 - Repair invalid shares
 - Move .step file of updater to backup location
 - Add move avatar background job
     - Repair step already executed
 - Add preview cleanup background jobs
 - Fix potential broken mount points
     - No mounts updated
 - Repair language codes
 - Install new core bundle components
 - Add log rotate job
 - Clear frontend caches
     - Image cache cleared
     - SCSS cache cleared
     - JS cache cleared
 - Clear every generated avatar on major updates
 - Add preview background cleanup job
 - Queue a one-time job to cleanup old backups of the updater
 - Cleanup invalid photocache files for carddav
 - Add background job to cleanup login flow v2 tokens
 - Remove potentially over exposing share links
     - No need to remove link shares.
 - Clear access cache of projects
 - Reset generated avatar flag
 - Keep legacy encryption enabled
 - Check encryption key format
 - Remove old dashboard app config data
 - Update name of the stored view
 - Fix component of birthday calendars
     - 3 birthday calendars updated.
 - Regenerating birthday calendars to use new icons and fix old birthday events without year
     - Repair step already executed
 - Fix broken values of calendar objects
    0 [->--------------------------]
 - Registering building of calendar search index as background job
     - Repair step already executed
 - Registering background jobs to update cache for webcal calendars
     - Added 0 background jobs to update webcal calendars
 - Registering building of calendar reminder index as background job
     - Repair step already executed
 - Clean up orphan event and contact data
     - 0 events without a calendar have been cleaned up
     - 0 properties without an events have been cleaned up
     - 0 changes without a calendar have been cleaned up
     - 0 cached events without a calendar subscription have been cleaned up
     - 0 changes without a calendar subscription have been cleaned up
     - 0 contacts without an addressbook have been cleaned up
     - 0 properties without a contact have been cleaned up
     - 0 changes without an addressbook have been cleaned up
 - Remove activity entries of private events
     - Removed 0 activity entries
 - Fix the share type of guest shares when migrating from ownCloud
 - Copy the share password into the dedicated column
 - Set existing shares as accepted
 - Purify and migrate collected mail addresses
 9/9 [============================] 100%
 - Insert background jobs for all accounts
 7/7 [============================] 100%
 - Make Mail itinerary extractor executable
 - Migrate Mail provisioning config from config.php to the database
     - No old config found
 - Create or update provisioned Mail accounts
     - No Mail provisioning config set
 - Update OAuth token expiration times
 - Create help command
 - Invalidate access cache for projects conversation provider
     - Invalidation not required
 - Switches from default updater server to the customer one if a valid subscription is available
 - Send an admin notification if monthly report is disabled
 - Add background job to check for backup codes
 - Populating added database structures for workflows
www-data@3dbd8bf95fdf:~/html$ ./occ maintenance:mode --off
Maintenance mode disabled
www-data@3dbd8bf95fdf:~/html$ ./occ config:list --private
{
    "system": {
        "htaccess.RewriteBase": "\/",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "instanceid": "oc5vvgey2ti3",
        "passwordsalt": "fffffffff7xF76a3ajLm",
        "secret": "fffffft+5uRJb\/UU\/nRNOWuNt9jTp",
        "trusted_domains": [
            "192.168.111.101:8765",
            "nextcloud.mydomain.tld"
        ],
        "datadirectory": "\/var\/www\/html\/data",
        "dbtype": "mysql",
        "version": "20.0.4.0",
        "overwrite.cli.url": "http:\/\/192.168.111.101:8765",
        "dbname": "nextcloud_db",
        "dbhost": "nextcloud_mariadb",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "nextcloud_user",
        "dbpassword": "fffffTfvGh489bnDfkF456",
        "installed": true,
        "overwriteprotocol": "https",
        "loglevel": 2,
        "maintenance": false,
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_smtphost": "smtp.mailgun.org",
        "mail_smtpport": "465",
        "mail_smtpauthtype": "PLAIN",
        "mail_smtpauth": 1,
        "mail_from_address": "nextcloud_admin",
        "mail_domain": "mg.mydomain.tld",
        "mail_smtpname": "nextcloud_admin@mg.mydomain.tld",
        "mail_smtppassword": "ffffffffe2f-360a0b2c-f681377c"
    },
    "apps": {
        "accessibility": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": ""
        },
        "activity": {
            "enabled": "yes",
            "installed_version": "2.13.4",
            "types": "filesystem"
        },
        "backgroundjob": {
            "lastjob": "121"
        },
        "bbb": {
            "enabled": "yes",
            "installed_version": "1.1.4",
            "types": ""
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "2.0.1",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "2.1.2",
            "types": ""
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": "logging"
        },
        "contacts": {
            "enabled": "yes",
            "installed_version": "3.4.2",
            "types": "dav"
        },
        "contactsinteraction": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "dav"
        },
        "core": {
            "installed.bundles": "[\"CoreBundle\"]",
            "installedat": "1604253133.8752",
            "lastcron": "1609324949",
            "lastupdateResult": "[]",
            "lastupdatedat": "0",
            "moveavatarsdone": "yes",
            "oc.integritycheck.checker": "[]",
            "previewsCleanedUp": "1",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "shareapi_default_internal_expire_date": "yes",
            "shareapi_internal_expire_after_n_days": "14",
            "theming.variables": "b92d206521717ac032f8aa58d3c7ff2f",
            "vendor": "nextcloud"
        },
        "dashboard": {
            "enabled": "yes",
            "installed_version": "7.0.0",
            "types": ""
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "chunks_migrated": "1",
            "enabled": "yes",
            "installed_version": "1.16.2",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "types": "filesystem"
        },
        "duplicatefinder": {
            "enabled": "yes",
            "installed_version": "0.0.4",
            "types": ""
        },
        "event_update_notification": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "logging,dav"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.10.2",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.10.1",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "enabled": "yes",
            "installed_version": "1.15.0",
            "types": "filesystem"
        },
        "files_automatedtagging": {
            "enabled": "yes",
            "installed_version": "1.10.1",
            "types": "filesystem"
        },
        "files_external": {
            "enabled": "yes",
            "installed_version": "1.11.1",
            "types": "filesystem"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "2.0.1",
            "types": ""
        },
        "files_rightclick": {
            "enabled": "yes",
            "installed_version": "0.17.0",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.12.1",
            "types": "filesystem"
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.10.1",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "filesystem,dav"
        },
        "files_videoplayer": {
            "enabled": "yes",
            "installed_version": "1.9.0",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "2.9.0",
            "types": "logging"
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "2.5.0",
            "types": ""
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "authentication"
        },
        "mail": {
            "enabled": "yes",
            "installed_version": "1.7.2",
            "types": ""
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "1.9.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "2.8.0",
            "types": "logging"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "authentication"
        },
        "password_policy": {
            "enabled": "yes",
            "enforceHaveIBeenPwned": "1",
            "enforceNumericCharacters": "1",
            "enforceUpperLowerCase": "1",
            "expiration": "0",
            "historySize": "4",
            "installed_version": "1.10.1",
            "maximumLoginAttempts": "8",
            "minLength": "11",
            "types": "authentication"
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "1.2.1",
            "types": ""
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "1.4.0",
            "readableLocation": "fr",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": "prevent_group_restriction"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "0.8.0",
            "types": ""
        },
        "richdocuments": {
            "disable_certificate_verification": "yes",
            "enabled": "yes",
            "installed_version": "3.7.11",
            "types": "filesystem,dav,prevent_group_restriction",
            "wopi_url": "http:\/\/192.168.111.101:8765\/custom_apps\/richdocumentscode\/proxy.php?req="
        },
        "richdocumentscode": {
            "enabled": "yes",
            "installed_version": "6.4.202",
            "types": ""
        },
        "serverinfo": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.2.0",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": "filesystem"
        },
        "spreed": {
            "enabled": "yes",
            "has_reference_id": "yes",
            "installed_version": "10.0.4",
            "project_access_invalidated": "1",
            "stun_servers": "[\"stun.nextcloud.com:443\"]",
            "types": "prevent_group_restriction"
        },
        "support": {
            "SwitchUpdaterServerHasRun": "yes",
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": "session"
        },
        "survey_client": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": ""
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": "logging"
        },
        "tasks": {
            "enabled": "yes",
            "installed_version": "0.13.6",
            "types": ""
        },
        "text": {
            "enabled": "yes",
            "installed_version": "3.1.0",
            "types": "dav"
        },
        "theming": {
            "enabled": "yes",
            "installed_version": "1.11.0",
            "types": "logging"
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.9.0",
            "types": ""
        },
        "updatenotification": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "mail": "1.7.2",
            "richdocuments": "3.7.11",
            "richdocumentscode": "6.4.202",
            "types": "",
            "update_check_errors": "0"
        },
        "user_status": {
            "enabled": "yes",
            "installed_version": "1.0.1",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "1.4.0",
            "types": ""
        },
        "weather_status": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.2.0",
            "types": "filesystem"
        }
    }
}

My issue is still not fixed, and I do not understand what is wrong… :frowning: