Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream page browsing breaks when there is a slash in stream name #284

Open
shaan1337 opened this issue Feb 22, 2021 · 0 comments
Open

Stream page browsing breaks when there is a slash in stream name #284

shaan1337 opened this issue Feb 22, 2021 · 0 comments

Comments

@shaan1337
Copy link
Member

Version tested: 20.10.0

Reproduction steps:

  1. Create a stream name with a slash in it (e.g test/1 or test/abc)
  2. Add more than 20 events to the stream generate a second page
  3. Browse the stream and click on the Next button
  4. Nothing happens and the console shows the following error:
 http://localhost:2113/streams/test%2F1/40/forward/20. Error: Not Found

Workaround

Replacing %2F by ~2F in the URL of the Next/Previous buttons seems to fix the issue.

@Lougarou Lougarou added this to the 2021 Phase 2 milestone Mar 3, 2021
@hayley-jean hayley-jean added kind/bug and removed bug labels Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants