After auto-cleaning and rebuilding the app last night, custom favicons on my sites have stopped showing.
apt-get autoclean
apt-get autoremove
./launcher cleanup
./launcher rebuild app
I tried rake avatars:refresh
, but it was taking a long time so I aborted it.
./launcher enter app
rake avatars:refresh
I don’t have CDN set up. I have had s3 endpoint set up on Digital Ocean. Sorry I am not familiar with the Discourse’s software infrastructure. I am not sure what caused it since i routinely clean up and rebuilt the app using the above commands. Appreciate your help!
IAmGav
(Gavin Perch)
Octobre 14, 2021, 6:39
2
you need to change the order on the last 2 cmd
./launcher rebuild app
./launcher cleanup
I would also suggest you do these first and then the above.
apt-get update
apt-get upgrade
Also make sure you using https
Admin > Settings > Security > force https
1 « J'aime »
Got it. Thanks! I just tried the following but the favicons are still not coming back. What can I do since I have already messed up the order?
apt-get update
apt-get upgrade
./launcher rebuild app
IAmGav
(Gavin Perch)
Octobre 14, 2021, 6:57
4
go to your site’s sidekiq
mysite.com/sidekiq/scheduler
and trigger Jobs::CreateMissingAvatars
See if that helps.
1 « J'aime »
Images are still missing. I tried clearing image cache and reloading – still not luck. Anything else I can try?
It seems like the favicons are slowly coming back! Is it because sidekiq takes time to process? Thank you very much for the help!
system
(system)
A fermé ce sujet ()
Novembre 13, 2021, 8:25
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.