You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are few threads in the passbolt community forum about using passbolt on a sudirectory even some open issues on passbolt_api repo: passbolt/passbolt_api#252
Currently subdirectories it is not well supported. I suggest you to keep watching the above mentioned issue to keep track of the progress.
I studied #82, #85, #82, #76 in order to get the following setup running:
-> nginx reverse proxy with SSL Offloading
-> location on www.example.com/passbolt
Therefor I stripped down nginx conf.d/default.conf
This is the snippet from passbolt.env
I am using docker image passbolt/passbolt:2.4.0-debian, ID 90d6efc6f1bd,
Error Description
-> Page loads and looks normal without errors in debug console
-> Page Header, Link "home" points to https://www.example.com, This is wrong. I assume https://www.example.com/passbolt
-> Page Header, Link "register" points to https://www.example.com/user/register, This is wrong. I assume https://www.example.com/passbolt/user/register
-> Page Header, Link "login" points to https://www.example.com/auth/login, This is wrong. I assume https://www.example.com/passbolt/auth/login
-> Page Body, All other links are fine pointing to either
https://www.example.com/passbolt/register
https://www.example.com/passbolt/recover
-> on register Page, after filling in name and mail, the button "register" leads to https://www.example.com/users/register. This is wrong. I assume https://www.example.com/passbolt/users/register
-> on register Page, the link "already member" leads to https://www.example.com/login This is wrong. I assume https://www.example.com/passbolt/auth/login
Seems like some links are fine and respect the APP_FULL_BASE_URL, others do not.
Any ideas what I do wrong?
The text was updated successfully, but these errors were encountered: