# User avatars are not displaying

**URL:** https://meta.discourse.org/t/user-avatars-are-not-displaying/46683
**Category:** Self-hosting
**Created:** [6월 30, 2016, 11:11오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683 "2016-06-30T23:11:59Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![drazisil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drazisil/32/121674_2.png) [@drazisil](https://meta.discourse.org/u/drazisil)
#### Post date: [6월 30, 2016, 11:11오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/1 "2016-06-30T23:11:59Z")

</div>

Trying to get user avatars working. The default letter ones work.

When I upload, I get no errors, but the images are broken / do not exist.

The image url is in this format: [http://forum.mcouniverse.com:8080/user\_avatar/forum.mcouniverse.com:8080/drbrown/25/20\_1.png](http://forum.mcouniverse.com:8080/user_avatar/forum.mcouniverse.com:8080/drbrown/25/20_1.png)

which seems very strange that the hostname is in the middle of the url. I tried removing that, no change.

I have also double-checked the hostname in app.yml, and rebuilt the app.

Any thoughts?

As an example:

 ![](https://global.discourse-cdn.com/meta/original/3X/8/8/884a14b72195cbad831b07c81da73af8b947dac2.png)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [6월 30, 2016, 11:25오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/2 "2016-06-30T23:25:29Z")

</div>

Discourse doesn’t support running on a non standard port, so choose 80 or 443.

(ps: choose 443 with free ssl)

---

<div class="post-metadata">

### Author: ![drazisil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drazisil/32/121674_2.png) [@drazisil](https://meta.discourse.org/u/drazisil)
#### Post date: [6월 30, 2016, 11:27오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/3 "2016-06-30T23:27:59Z")

</div>

Hm, will try that. isn’t 8080 the default though? I don’t remember changing it.

---

<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: [6월 30, 2016, 11:38오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/4 "2016-06-30T23:38:45Z")

</div>

Something is wrong with your install if any port other than default is showing.

---

<div class="post-metadata">

### Author: ![drazisil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drazisil/32/121674_2.png) [@drazisil](https://meta.discourse.org/u/drazisil)
#### Post date: [6월 30, 2016, 11:41오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/5 "2016-06-30T23:41:26Z")

</div>

I likely misunderstood how the 8080:80 mapping in app.yml worked. I’ll set it back, rebuild and adjust my apache config

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [6월 30, 2016, 11:57오후 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/6 "2016-06-30T23:57:26Z")

</div>

If you are running under apache you need to be extra careful because of long running connections. There are some topics about it here on meta.

---

<div class="post-metadata">

### Author: ![drazisil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drazisil/32/121674_2.png) [@drazisil](https://meta.discourse.org/u/drazisil)
#### Post date: [7월 1, 2016, 12:09오전 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/7 "2016-07-01T00:09:15Z")

</div>

It’s running under docker, just needed to have a crash course in mod\_proxy 🙂

Thank you for the help @Falco and @codinghorror

---

<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: [7월 1, 2016, 12:09오전 UTC](https://meta.discourse.org/t/user-avatars-are-not-displaying/46683/8 "2016-07-01T00:09:24Z")

</div>


