Uploaded Logo is not displayed

Hi,

I tried the new v5 in a docker environment. All the volumes are mapped to a local path.
I uploaded my company logo It works and seems to be recognised but does not display.

I get the error message in the WebConsole:
Failed to load resource: the server responded with a status of 404 ()
The URL looks like: https://xxxxxxxxx.yyy/storage/public/d8A89zqgIZLf6BxDXRsZef6DdbNpkIv7K23htGU2ISDhK7z2jWwXLr4sMTxIP70j/FryTpL2r144jxXODeOMHP8SnELYjZ2M8wPr9I2L7.png

I could find the file in the filesystem but it seems not to be accessible form the web.
Is there any setting I might have missed? Some environment variable for the docker container.

Grüße
Matthias

I am having the same issue. I am running [Release v5.0.21-release]

Fixed it changing the line 481 and 482 in the config.php:

‘root’ => ‘/var/www/app/public’,
‘url’ => ‘https://’,

1 Like

Which config.php is the correct file?

storage/config/config.php

Thank you very much!!