Application-selector-icon broken when using HTTP_BASE_URL?

Hi,

I set up a Corteza-installation (2021.9.4) behind my own nginx-reverse-proxy, and I’d like to use a URL-path-extention to access Corteza. This means Corteza should be accessed by
https://my.owndomain.de/lcort/

I inserted the following lines to my .env-file:

DOMAIN=my.owndomain.de
HTTP_SSL_TERMINATED=true
HTTP_BASE_URL=lcort

…and almost everything works very well. Corteza ist generating URLs like
https://my.owndomain.de/lcort/auth
https://my.owndomain.de/lcort/compose/namespaces
correctly, I can log in and navigate with mouse-clicks in it.

With one exception:
The six dotted Application-Selector-Icon is pointing to
https://my.owndomain.de/
instead of
https://my.owndomain.de/lcort/
…so every time I click on that icon I’m leaving Corteza.

Is there any other .env-option I missed to configure, or did I really find a bug?!

[As this is my first post here: Many thanks for this really cool project!]

Thanks for the help!
Dirk

Hi @Dirk

There is no other ENV var for this.
Looks like a bug and should work as you described it.

We’ll take a look.

Fixed in the git repo. Will probably be part of one of the next patch releases.

1 Like