-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logo Disappears After Page Refresh in Branding Settings #362
Comments
We may have a similar problem in zammad-helm. At the init of zammad-0, the postgresql-init aborted after setting product_logo:
I'm not sure if there might be a coincidence after all? Full log
|
We have the same problem, the difference from zammad 5.4.1 is that docker-compose.yml only connect to volume the path /opt/zammad/var (in 5.4.1 the volume takes all /opt/zammad directory) As the result, two needed directory aren't include in the volume and shared between the zammad dockers :
Another problem, is the corporate logo is missing on the filesystem, the zammad-init docker will crash and zammad wouldn't run anymore. In my case I have to delete the files record from the postgres database to recover my installation. For the original problem of logo missing in the page, you have to declare a new volume for the /opt/zammad/public/assets/images in docker-compose.yml (Example bellow for added lines, add the volume to every service listed and define a new volume in the volumes section) :
Maybe someone can better design the needed access level (ro/rw) by every container and if needed by all. I have include the volume in every container using the /opt/zammad/var, access level might be not aligned with best practice. For anyone having the problem of "Storage Mechanism" set to "Filesystem" and not "Database" under System->Storage, we must define another volume like this :
|
Closing duplicate. |
Infos
Expected behavior
I upload a logo under Branding and this is then displayed to me, for example, when I log in
Actual behavior
I upload a logo under Branding and this is no longer accessible with status 404 after a reload of the website at the latest.
Description
Dear Zammad team,
I am encountering an issue with the branding feature in Zammad. When I attempt to upload a logo through the branding settings, the image initially appears to be successfully uploaded and displayed. However, when I refresh the page, the logo becomes unavailable.
Here are the details of the issue as they appear in the logs:
Upon initial logo upload:
And then, after refreshing the page:
It seems the image is not being persisted properly, or there is a problem retrieving it after page refresh. This issue consistently happens regardless of the logo image file I attempt to use.
Your assistance in resolving this matter would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: