Projection detail URL is wrong in UI when using reverse proxy

Hi,

I successfully managed to setup event store using the default settings. To make it available from the outside, I set up nginx to proxy https://eventstore.mydomain.tld to http://127.0.0.1:2113 which works well (I can access the UI).

However, when clicking on a link in https://eventstore.mydomain.tld/web/index.html#/projections the projection detail page is not loaded correctly.

The link (e.g. the ‘$by_category’ projection) opens

https://eventstore.mydomain.tld/web/index.html#/projections/http%3A%2F%2F127.0.0.1%3A2113%2Fprojection%2F%24by_category

while it should be

https://eventstore.mydomain.tld/web/index.html#/projections/https%3A%2F%2Feventstore.mydomain.tld%2Fprojection%2F%24by_category

(the correct link works if I type it in manually).

Is that a bug or am I missing some configuration option?

Thanks in advance for your help,

Ruben

This appears to be a UI issue, which we need to look at.

I have created an issue for this on github here