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

Fix infinite redirection #797

Open
1 task
RandomTannenbaum opened this issue Feb 14, 2025 · 0 comments
Open
1 task

Fix infinite redirection #797

RandomTannenbaum opened this issue Feb 14, 2025 · 0 comments
Labels
bug Something isn't working plan needs to be planned

Comments

@RandomTannenbaum
Copy link
Collaborator

When visiting a rout that doesn't exist the program just tries to redirect indefinitely, always adding another /<locale>. This looks like this:

Image

Image

Steps to reproduce
Try to visit a route that doesn't exist, e.g. /asdf.

ToDo

  • The application redirects properly and shows the appropriate error page when navigating to a non existent route
@Robin481 Robin481 added bug Something isn't working plan needs to be planned labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plan needs to be planned
Projects
None yet
Development

No branches or pull requests

2 participants