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

URL routing doesn't canonicalize //, rendering 404 for new tab buttons in client #2975

Open
nc7s opened this issue Dec 16, 2023 · 1 comment

Comments

@nc7s
Copy link

nc7s commented Dec 16, 2023

image

That's actually two problems:

  • Your backend routing doesn't canonicalize //, so //games isn't canonicalized to and recognized as /games, which should be.
  • The base URL constant has a slash, while added components have one too.
@3ter
Copy link

3ter commented Jan 23, 2024

This seems like a valid improvement. Perhaps a good first issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants