Manager (server) not loading in chromium

A reverse proxy usually forwards all headers as they are sent from the web app (at least in the nginx).
You can confirm if the Manager itself is passing on the content-type or not.
On the server, do curl -v http://manager.internal:8085/ and you’ll find out.

If the Manager does send it while the Apache doesn’t forward it, then there’s likely either a antidesign pattern in Apache or a serious bug with its reverse proxy implementation. Otherwise, we might need to alert the developers :slight_smile:

BTW, nginx as a reverse proxy is always much faster and better than Apache but of course YMMV.

@micky is correct. Manager should be sending content headers (if it wouldn’t, there would be more people having these issues). There is something wrong in your Apache configuration. I also recommend nginx as a reverse proxy.

1 Like

2 posts were split to a new topic: Lost access to cloud account