YunoHost-Apps / mastodon_ynh

Free, open-source social network for YunoHost
https://joinmastodon.org/
GNU Affero General Public License v3.0
84 stars 36 forks source link

No icons anymore (solution provided) #364

Closed fflorent closed 1 year ago

fflorent commented 1 year ago

Describe the bug

After upgrading from version 3 to 4.0, the icons are lost.

2023-01-31_10-21

Also the home page without being logged in is blank, there is only the mastodon logo: 2023-01-31_10-22

Workaround

Run these commands as root on the machine:

# su - mastodon -s /bin/bash
$ export PATH=/opt/rbenv/versions/mastodon/bin:/opt/node_n/n/versions/node/16/bin:$PATH
$ cd $HOME/live/
$ RAILS_ENV=production bundle exec rails assets:clobber && RAILS_ENV=production bundle exec rails assets:precompile

(adapted from this comment : https://github.com/mastodon/mastodon/issues/21067#issuecomment-1321943075)

Context