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
while it should be
(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