You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually everyone tends to type something on the root route ("/") to navigate to the next page. With the existing approach this feels a like a bad ux experience. And also later when the app needs to have different routes which are not related to data, they can go to their route like /settings/my_profile , /users/:userID. This will be useful when the app grows.
Describe the bug
When we enter http://localhost:3005/asdfasdfasdfadf . This route is redirecting to /:JobID route rather than page not found.
Usually everyone tends to type something on the root route ("/") to navigate to the next page. With the existing approach this feels a like a bad ux experience. And also later when the app needs to have different routes which are not related to data, they can go to their route like /settings/my_profile , /users/:userID. This will be useful when the app grows.
To Reproduce
open localhost and enter random route like http://localhost:3005/asdfasdfasdfa
Some advices:
Expected behavior
The route should be redirected to page not found
Vesion (please complete the following information):
Additional context
Adding a screenshot of the issue
The text was updated successfully, but these errors were encountered: