- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Unable to change logo, favicon and color palette #469
Comments
Did you configure the mount point correctly? The demo site (https://docker.trudesk.io) is running on the latest docker container and I'm able to upload the logo and change the color scheme. |
I used the following docker command:
I created in advance all folders inside /data Then, in the Nginx configuration I added the following configuration:
Could you please check if there is an error in my procedure? Thanks |
Seems like things are being cached maybe. Have you tried to clear the browser cache and reload the page after making the changes? |
I tried but it's not working |
I have the same problem too @gmarcostam , the cache has nothing to do with it |
I have fixed the issues with the uploading of the images in the next release. As far as the color scheme. Can you confirm that if you change the color scheme and then reboot the docker container, does it load the new color scheme? Also, can you try to add an env var to the |
Yes, if I change the color scheme then reboot it is working. |
# [1.2.0](v1.1.11...v1.2.0) (2022-04-10) ### Bug Fixes * **appearance:** color scheme updates in production build [#469](#469) ([881a919](881a919)) * **appearance:** issue when uploading logo/favicon ([cb48e79](cb48e79)) * **log:** log file view ([0c2b180](0c2b180)) * **mailer:** missing data elements in mailer template [#480](#480) ([cd54631](cd54631)) * **profile:** profile image upload on new version of chrome ([cb72e75](cb72e75)) * **sidebar:** spacing when activating/deactivating notice ([d1b2b10](d1b2b10)) * **tickets:** disable uploading .svg as an attachment ([c4b262c](c4b262c)) * **tickets:** incorrect tickets removed from ticket view ([a943497](a943497)) * **ui:** input fields reset on clear [#452](#452) ([3b8682c](3b8682c)) ### Features * **maintenance:** added maintenance mode [#475](#475) ([a04f15b](a04f15b))
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
Using the docker version of Trudesk I can't update the logo and the favicon, also I can't change the color palette in Appearance.
After I save the changes those are not applied.
What did you expect to happen:
I expect to change logo, favicon and color palette.
How to reproduce it (as minimally and precisely as possible):
Just install the Docker version using the official guide
Anything else we need to know?:
No
Environment:
The text was updated successfully, but these errors were encountered: