Hi,
i have a problem while trying to clean install passbolt using docker-compose.
after creating an account and login in for the first time, the webpage stuck on loading please wait.
and i get an error in the console that it tries to reach:
https://localhost/127.0.0.1/127.0.0.1/css/themes/default/api_main.min.css?v=2.4.0
insted of localhost/css or 127.0.0.1/css
how can i fix the issue to get the correct routing?
thanks
my APP_FULL_BASE_URL is 127.0.0.1
i have changed the base URL to https://127.0.0.1
and that fixed the issue.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.