# Development install has missing glyphs

**URL:** https://meta.discourse.org/t/development-install-has-missing-glyphs/109199
**Category:** Development
**Created:** [February 14, 2019, 8:22pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199 "2019-02-14T20:22:54Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [February 14, 2019, 8:22pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/1 "2019-02-14T20:22:54Z")

</div>

Running into this after upgrading to latest. Looks like the URL is getting appended twice:

 ![12](https://global.discourse-cdn.com/meta/original/3X/c/6/c6284badc87466dd7e4d27e179625ce0cdee9971.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: [February 14, 2019, 8:23pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/2 "2019-02-14T20:23:38Z")

</div>

Is that an [official install](https://meta.discourse.org/t/142537?silent=true)?

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [February 14, 2019, 8:24pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/3 "2019-02-14T20:24:02Z")

</div>

No custom ports at all? Standard rails :3000 port no go?

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [February 14, 2019, 8:24pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/4 "2019-02-14T20:24:48Z")

</div>

Official as in hosted on Discourse? No, this is a local build that I use to test an integration with Discourse. Running on macOS.

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [February 14, 2019, 8:31pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/5 "2019-02-14T20:31:19Z")

</div>

Seeing a lot of places where I’m getting doubling up of http and port…

![16](https://global.discourse-cdn.com/meta/original/3X/6/3/63f5d71fd9d2fc8d36249fb03987d42c145f1155.png)

Tried changing `SiteSetting.force_hostname` to various things. Is there another setting that I may have messed up that controls this?

---

<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: [February 14, 2019, 8:33pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/6 "2019-02-14T20:33:08Z")

</div>

Oh that is a development install. You can use the the hidden site setting port to adjust as needed.

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [February 14, 2019, 8:38pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/7 "2019-02-14T20:38:55Z")

</div>

Already done.

![29](https://global.discourse-cdn.com/meta/original/3X/0/3/03ba24676a892e0cff3d2e2e1f3186196b76be6b.png)

Would there be a reason we’re seeing “[http://http](http://http)://” and “:3001:3001” in the asset urls?

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [February 14, 2019, 8:40pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/8 "2019-02-14T20:40:42Z")

</div>

Figured it out. Deleted `force_hostname` setting previously but didn’t realize I’d have to restart server for setting to take effect. Images are loading now. Thanks!

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [March 7, 2019, 1:39pm UTC](https://meta.discourse.org/t/development-install-has-missing-glyphs/109199/9 "2019-03-07T13:39:53Z")

</div>


