Not find a Gravatar

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:
image

new users:
image

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

did you have a look at this topic yet?

2 Likes

You followed Serve Discourse from a subfolder (path prefix) instead of a subdomain?

2 Likes

yes, I did, but it doesn’t work

That’s right, Gravatar is the last remaining issue.

Maybe this?

1 Like

image
I have already created backups and uploaded the folders to /forum. but it still doesn’t work