Some icons are not found

Versions:

Nextcloud: 25.0.3
Ubuntu: 20.04
Apache: 2.4.52
PHP: 8.1.2-1ubuntu2.10

.
.
.
.

The issue you are facing:

Hello :slight_smile:
My problem is the following: I installed the app “maps” via the appstore. The core functions are working, but some svg files cannot be loaded. It looks like the path is wrong. However, I don’t know what the correct path should be. I reinstalled everything but now i dont know what to do anymore or how to debug. I hope that someone can help me :slight_smile:

.
.
.
.

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

Yes, but its the first time installing maps too.

.
.
.
.

Steps to replicate it:

  1. Install Maps
  2. ???
  3. Error

.
.
.
.

Nextcloud.log:

There is nothing related in the logs. But if you don’t believe me, then let me know and I will uninstall maps again, set the loglevel to DEBUG, install maps again. Then i will go to maps and right click ther like i did twice before and post it here.

.
.
.
.
config.php

<?php
$CONFIG = array (
  'instanceid' => '[Replaced-for-security-reasons]',
  'passwordsalt' => '[Replaced-for-security-reasons]',
  'secret' => '[Replaced-for-security-reasons]',
  'trusted_domains' => 
  array (
    0 => 'wolke.[Replaced-for-security-reasons].de',
  ),
  'datadirectory' => '/var/www/wolke/data',
  'dbtype' => 'mysql',
  'version' => '25.0.3.2',
  'overwrite.cli.url' => 'https://wolke.[Replaced-for security-reasons].de',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '[Replaced for security reasons]',
  'dbpassword' => '[Replaced for security reasons]',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'default_language' => 'de',
  'default_phone_region' => 'DE',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'htaccess.RewriteBase' => '',
  'memories.exiftool' => '/var/www/wolke/apps/memories/exiftool-bin/exiftool-amd64-glibc',
  'app_install_overwrite' => 
  array (
    0 => 'ocdownloader',
    1 => 'folderplayer',
  ),
  'memories.ffmpeg_path' => '/usr/bin/ffmpeg',
  'memories.ffprobe_path' => '/usr/bin/ffprobe',
  'memories.transcoder' => '/var/www/wolke/apps/memories/exiftool-bin/go-vod-amd64',
  'memories.no_transcode' => true,
  'memories.qsv' => false,
  'memories.nvenc' => false,
  'bulkupload.enabled' => false,
  'memories.tmp_path' => '/tmp',
  'enable_previews' => true,
  'preview_max_x' => 1000,
  'preview_max_y' => 1000,
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\TXT',
    1 => 'OC\\Preview\\MarkDown',
    2 => 'OC\\Preview\\PDF',
    3 => 'OC\\Preview\\MSOfficeDoc',
    4 => 'OC\\Preview\\JPEG',
    5 => 'OC\\Preview\\PNG',
    6 => 'OC\\Preview\\GIF',
    7 => 'OC\\Preview\\BMP',
    8 => 'OC\\Preview\\XBitmap',
    9 => 'OC\\Preview\\MP3',
    10 => 'OC\\Preview\\HEIC',
    11 => 'OC\\Preview\\Movie',
    12 => 'OC\\Preview\\MKV',
    13 => 'OC\\Preview\\MP4',
    14 => 'OC\\Preview\\AVI',
  ),
);

.
.
.
.

Apache error.log:

[Fri Jan 27 21:54:11.488020 2023] [mpm_prefork:notice] [pid 5833] AH00170: caught SIGWINCH, shutting down gracefully
PHP Warning:  Module "apcu" is already loaded in Unknown on line 0
[Fri Jan 27 21:54:11.615672 2023] [mpm_prefork:notice] [pid 7664] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jan 27 21:54:11.615726 2023] [core:notice] [pid 7664] AH00094: Command line: '/usr/sbin/apache2'