EventStore / EventStore.UI

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

'#' in stream name returns stream not found in front end #188

Closed iamkoch closed 2 years ago

iamkoch commented 6 years ago

I am migrating a pet project from MongoDb to eventstore. Some of my aggregate ids contain hashtags: e.g., #football

The TCP API is able to return the events from the stream without issue, however, the UI cannot.

The UI displays the stream name correctly in the 'recently created streams' list, but clicking the link or navigating to it directly via the URI causes a 404.

hayley-jean commented 2 years ago

This has been fixed: https://github.com/EventStore/EventStore.UI/pull/224#issuecomment-1125684657