Emojis in Comments

The emojis in comments are breaking and the reason being they are taking the source as
//localhost/images/emoji/google/grin.png?v=9. But they should be taking my server URL instead of localhost. I have also enabled emojis in settings. What should I do.

So, How Can I point my image sources to current URL instead of localhost.

Probably what is going wrong is you haven’t set:

developer:
  force_hostname:
    hidden: false
    default: "===MY-IP==="
  port:
    hidden: false
    default: "==MY-PORT=="

in /config/site_settings.yml

3 Likes

Thank you 3000, It worked. :smile:

1 Like