Đạt_Hoàng
(Đạt Hoàng)
June 19, 2023, 11:38am
1
I have served Discourse from a subfolder like domain/forum. Everything runs smoothly except for the loss of all the gravatars of old users, and when I register a new user, the gravatars also don’t display
old users:
new users:
I have run these commands within the Discourse directory
RAILS_ENV=production bundle exec discourse remap '/uploads' '/<subfolder>/uploads'
RAILS_ENV=production bundle exec discourse remap '/user_avatar/<domain>' '/<subfolder>/user_avatar/<domain>'
RAILS_ENV=production bundle exec discourse remap '/images' '/<subfolder>/images'
2 Likes
Lilly
June 19, 2023, 3:16pm
2
did you have a look at this topic yet?
Greetings
I have a subfolder latest Discourse installation (use official how-to).
I have a Gravatar account and Discourse used to load my picture with subdomain (default) installation.
But when I made a clean new subfolder installation, Discourse no longer loads my Gravatar picture (I keep using same email).
[image]
No matter how many times I keep pressing on update button next to Gravatar.
You can check that on my email there is a Gravatar picture actually.
When I try to upload an avata…
2 Likes
pfaffman
(Jay Pfaffman)
June 19, 2023, 3:45pm
3
2 Likes
Đạt_Hoàng
(Đạt Hoàng)
June 20, 2023, 2:04am
4
yes, I did, but it doesn’t work
Đạt_Hoàng
(Đạt Hoàng)
June 20, 2023, 2:05am
5
That’s right, Gravatar is the last remaining issue.
Đạt_Hoàng
(Đạt Hoàng)
June 20, 2023, 9:26am
8
I have already created backups and uploaded the folders to /forum. but it still doesn’t work