Blank Page on Docker-Compose

I’m following the steps described at Passbolt Help | Docker passbolt installation but I get an blank page whenever I try to open the WebUI.

The Docker-compose logs don’t show much:

passbolt-passbolt-1  | 192.168.205.1 - - [10/Oct/2022:13:33:15 +0000] "GET /setup/install/5c8c1b98-6cbf-4120-93b9-5f11b376726a/9f17c2fe-9cda-445d-931e-18b15864dbf3 HTTP/2.0" 200 1098 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:105.0) Gecko/20100101 Firefox/105.0"
passbolt-passbolt-1  | 2022-10-10 13:33:15,748 INFO reaped unknown pid 306 (exit status 0)
passbolt-passbolt-1  | 2022-10-10 13:33:15,748 INFO reaped unknown pid 308 (exit status 0)
passbolt-passbolt-1  | 192.168.205.1 - - [10/Oct/2022:13:33:17 +0000] "GET /setup/install/5c8c1b98-6cbf-4120-93b9-5f11b376726a/9f17c2fe-9cda-445d-931e-18b15864dbf3 HTTP/2.0" 200 1098 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:105.0) Gecko/20100101 Firefox/105.0"
passbolt-passbolt-1  | 2022-10-10 13:33:17,944 INFO reaped unknown pid 311 (exit status 0)
passbolt-passbolt-1  | 2022-10-10 13:33:17,944 INFO reaped unknown pid 313 (exit status 0)

Any thoughts?

Hi @hutger Welcome to the forum!

It could be many things, and this is not a new symptom for users. If you search blank page you will find posts with previous advice which includes how to run debug on your browser extension.

An outdated browser would do it. Bad links to styling due to misconfiguration of the domain url, authentication, etc.

Run the healthcheck to see if there are any issues, and feel free to post back any findings you need help with. As in step 5 of the Docker guide, instead of passbolt register_user change it to passbolt healthcheck.

Did you change the APP_FULL_BASE_URL like you can see here?

@max @garrett, after setting the APP_FULL_BASE_URL the app has loaded as expected. Thank you guys.

1 Like

Nice thanks for letting us know.

Cheers,
Max