Docker Stuck Loading After Install with nginx proxy

Checklist
[X] I have read intro post: About the Installation Issues category
[X] I have read the tutorials, help and searched for similar issues
[ X] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[X] I describe the steps I have taken to trouble shoot the problem
[X] I describe the steps on how to reproduce the issue

Install Details:
Host OS: CentOS 7
Installed passbolt and mariadb using Docker containers (most recent mariadb and passbolt containers). The passbolt container has the following port mappings (host -> container) 4443 -> 443 and 8080 -> 80. Nginx reverse proxy (external to host) 443 -> 8080

I can successfully register a new user and the plugin works but the site itself is stuck loading after logging in. There is also the following error in the console for the browser:

Steps taken to troubleshoot:
Rebuild of passbolt using docker (cleaned database)
Tried to modified passbolt.php config but this ends up causing 502 errors (plus I think docker handles the config through environment variables)

Steps to reproduce:
Install passbolt using docker with a Nginx reverse proxy as identified above

Any help/suggestions would be greatly appreciated.

Hi @jrowan, I’m guessing your Nginx reverse proxy has Content Security Policies in place for all traffic, or for your server specifically. It is blocking the loading of many items because of this. I would look there.

1 Like

Thanks, that was it!

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