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

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.

What actual URL are the requests for?

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

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

2 Likes