# Broken emoji links

**URL:** https://meta.discourse.org/t/broken-emoji-links/86067
**Category:** Support
**Created:** [April 24, 2018, 2:54pm UTC](https://meta.discourse.org/t/broken-emoji-links/86067 "2018-04-24T14:54:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ThriceGood](https://avatars.discourse-cdn.com/v4/letter/t/258eb7/32.png) [@ThriceGood](https://meta.discourse.org/u/ThriceGood)
#### Post date: [April 24, 2018, 2:54pm UTC](https://meta.discourse.org/t/broken-emoji-links/86067/1 "2018-04-24T14:54:45Z")

</div>

Hello,

I have a standalone docker install of discourse running. But the emojis are failing to display because the link to them is a little strange. example:

`https://https//community.ist.ac.at:443/images/emoji/twitter/kissing_closed_eyes.png?v=5`

I have no idea why the extra **https//** is being added here.

Discourse is running a standard http set up, behind a https proxy that forwards requests from `https://community.ist.ac.at` to the discourse host machine port 80.

I have the DISCOURSE\_HOSTNAME set as `community.ist.ac.at`

Any ideas?  
Thanks

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 24, 2018, 3:12pm UTC](https://meta.discourse.org/t/broken-emoji-links/86067/2 "2018-04-24T15:12:16Z")

</div>

> [@ThriceGood](#):
>
> behind a https proxy that forwards requests

That’s where I’d be looking first.

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [April 24, 2018, 6:51pm UTC](https://meta.discourse.org/t/broken-emoji-links/86067/3 "2018-04-24T18:51:27Z")

</div>

More specifically, are you passing a header named `X-Forwarded-Proto`? You should 🙂

---

<div class="post-metadata">

### Author: ![ThriceGood](https://avatars.discourse-cdn.com/v4/letter/t/258eb7/32.png) [@ThriceGood](https://meta.discourse.org/u/ThriceGood)
#### Post date: [April 25, 2018, 7:20am UTC](https://meta.discourse.org/t/broken-emoji-links/86067/4 "2018-04-25T07:20:54Z")

</div>

Ok, for some reason its working now. Initially there was an issue with the proxy that was fixed, I think I just posted the emoji before this fix and only refreshed the page after the fix to see if it worked, which it didn’t. After posting a new emoji I found out that the links are working fine.

Thanks.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 25, 2018, 9:25am UTC](https://meta.discourse.org/t/broken-emoji-links/86067/5 "2018-04-25T09:25:25Z")

</div>


