EventStore / EventStore.UI

The user interface for Event Store
57 stars 37 forks source link

Issue with url prefix when using a reverse proxy #132

Open fchaillou opened 8 years ago

fchaillou commented 8 years ago

Hello,

I'm using eventstore v3.8.1 behind a reverse proxy (nginx) and i'm exposing it that way : https://domainname.tld/eventstore/

When accessing to the server from the webui i have to add the /eventstore manually but it works. However, when trying to go to the projections UI, it removes the /eventstore url and i need to add it manually in the url. For example to look at the $by_category projection, the ui links to

https://domainname.tld/eventstore/web/index.html#/projections/https%253A%252F%252Fdomainname.tld%252Fprojection%252F%2524by_category

while it should have

https://domainname.tld/eventstore/web/index.html#/projections/https%253A%252F%252Fdomainname.tld%252Feventstore%252Fprojection%252F%2524by_category

I'm wondering if there is a way to configure it right now or if there should be a new settings to specify a prefix to add to the eventstore url. Thanks

Narvalex commented 5 years ago

Same here... is there any updates on this issue?