# No images, js files, css files, or fonts after install

**URL:** https://meta.discourse.org/t/no-images-js-files-css-files-or-fonts-after-install/99967
**Category:** Self-hosting
**Created:** [19.Октябрь.2018 09:40:51 UTC](https://meta.discourse.org/t/no-images-js-files-css-files-or-fonts-after-install/99967 "2018-10-19T09:40:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Bruce\_Bates](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bruce_bates/32/122887_2.png) [@Bruce\_Bates](https://meta.discourse.org/u/Bruce_Bates)
#### Post date: [19.Октябрь.2018 09:40:51 UTC](https://meta.discourse.org/t/no-images-js-files-css-files-or-fonts-after-install/99967/1 "2018-10-19T09:40:51Z")

</div>

I have tried reinstalling this about 15 times and I cannot figure out what the issue is. I am doing a standard base install, no plugins, no anything extra.

```
sudo -s
mkdir /var/discourse
git clone https://github.com/discourse/discourse_docker.git /var/discourse
cd /var/discourse
./discourse-setup

```

I get no errors, everything appears to install fine. The site loads okay after installing.

But it has no images, all js is broken, no favicon, can’t verify email as that would require jquery which is not loaded.

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/f/4f167029a708de22d15a9f85641a3b95ad719ca7.png)

---

<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: [19.Октябрь.2018 10:11:37 UTC](https://meta.discourse.org/t/no-images-js-files-css-files-or-fonts-after-install/99967/2 "2018-10-19T10:11:37Z")

</div>

What actual URL are the requests for?

---

<div class="post-metadata">

### Author: ![Bruce\_Bates](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bruce_bates/32/122887_2.png) [@Bruce\_Bates](https://meta.discourse.org/u/Bruce_Bates)
#### Post date: [19.Октябрь.2018 10:21:26 UTC](https://meta.discourse.org/t/no-images-js-files-css-files-or-fonts-after-install/99967/3 "2018-10-19T10:21:26Z")

</div>

at the moment I have not done any nginx forwarding so I am accessing the site directly from [http://testing.tactoken.io:3000](http://testing.tactoken.io:3000) if that is what you are asking. So the files are looking specifically on that port.

---

<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: [19.Октябрь.2018 10:21:56 UTC](https://meta.discourse.org/t/no-images-js-files-css-files-or-fonts-after-install/99967/4 "2018-10-19T10:21:56Z")

</div>

Discourse doesn’t work on any port except for the default HTTP/HTTPs ports.
