Hi! Do you know why emojis are not redered in some posts? For instance:
From How to increase active installs of XWiki? - #40 by xrichard
Thanks!
Hi! Do you know why emojis are not redered in some posts? For instance:
From How to increase active installs of XWiki? - #40 by xrichard
Thanks!
First time I noticed this. If I edit the post you linked, I can see the smileys in the preview.
Not working:
<img src="https://discourse.xwiki.org/images/emoji/twitter/yum.png?v=9" title=":yum:" class="emoji" alt=":yum:">
Working:
<img src="/images/emoji/twitter/yum.png?v=10" title=":yum:" class="emoji" alt=":yum:">
I’d say the reason is a certificate issue with discourse.xwiki.org
, when I go there, I get NET::ERR_CERT_COMMON_NAME_INVALID
.
I’ll check with the infra team.
Thx
It’s now fixed (The nginx conf was missing a part to handle the HTTPS support for the domain
discourse.xwiki.org, and a proper redirection to forum.xwiki.org
.
Thx