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.