Port forwarding?

I’m using following setup, which ran for about 2 year without issues.

  1. Virtual machine, dedicated for default docker/discourse installation.
  2. My firewall forwards port 17601 towards 80 for external use.

Today, I’ve update to 2.4.0.beta10.
Now, it still works from internall (http://hostname.localdomain), but from the outside world (http://publicIP:17601), I’m getting a blank page?

When I look at the source for this blank page, I see all data?
So it’s working partially, but somewhere I’m getting an (layout?) issue.

Any advice/tips?

1 Like

Do you see any errors in the browser console? It could be related to CSP.

1 Like

Indeed. When I disable this, it seems to work. :+1:

The same is for local use. I noticed that it was working with the hostname (http://hostname), but not with the IP (http://localip). After disabling CSP, it works with IP as well.

Guess I’ll need to read a bit more about this Content-Security-Policy. :blush:

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.