لم يتم العثور على 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)

did you have a look at this topic yet?

إعجابَين (2)

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

إعجابَين (2)

yes, I did, but it doesn’t work

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

Maybe this?

إعجاب واحد (1)

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