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

use router guard to redirect bad routes #308

Open
donnyquixotic opened this issue Aug 29, 2023 · 0 comments
Open

use router guard to redirect bad routes #308

donnyquixotic opened this issue Aug 29, 2023 · 0 comments
Labels
🐛 Bug Something isn't working 🔬 Needs Grooming Further information is required

Comments

@donnyquixotic
Copy link
Contributor

donnyquixotic commented Aug 29, 2023

Describe the bug
bad routes are not filtered, should redirect to main page or 404 page

To Reproduce
Steps to reproduce the behavior:

  1. Go to app.telos.net/
  2. See blank page w/site header

Expected behavior

  • All undefined routes redirect to 404 page
  • Malformed routes redirect to closest valid route or home page
@donnyquixotic donnyquixotic added 🐛 Bug Something isn't working 🔬 Needs Grooming Further information is required labels Aug 29, 2023
TusharKarkera22 added a commit to TusharKarkera22/app-telos-native that referenced this issue May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working 🔬 Needs Grooming Further information is required
Projects
None yet
Development

No branches or pull requests

1 participant