taiga-contrib-openid-auth icon indicating copy to clipboard operation
taiga-contrib-openid-auth copied to clipboard

Plugin does not work if Taiga is served from a subpath

Open hadiahmed098 opened this issue 2 years ago • 0 comments

The main Taiga Docker images allow for the service to be deployed at a subpath, i.e. example.com/taiga. This plugin does not respect the TAIGA_SUBPATH variable and will break if the root of the domain is not the main Taiga instance.

I was able to fix this by added the sed line from the upstream taiga-front script (https://github.com/kaleidos-ventures/taiga-front/blob/main/docker/config_env_subst.sh#L57) and by bind-mounting several files to remove references to the leading slash (like here).

While I do have a functional workaround, this should just be supported as it is in the official Docker images.

hadiahmed098 avatar Sep 10 '22 04:09 hadiahmed098