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

Failure to Navigate Back to Home Page on Incorrect Path and Error Page Display #4658

Closed
PRANJALRANA11 opened this issue Jul 30, 2023 · 3 comments
Labels
kind/bug Something isn't working

Comments

@PRANJALRANA11
Copy link
Contributor

Description

When attempting to access a page with an incorrect path or non-existent URL on the website, the application does not automatically navigate back to the home page. Instead, it displays an error page, leaving the user stranded and unable to easily return to the main page.

Steps to Reproduce:

Open the website .
Manually enter an incorrect path or non-existent URL in the address bar.
Observe that instead of being redirected to the home page, an error page is displayed.

Expected Behavior

Upon entering an incorrect path or non-existent URL, the application should automatically redirect the user back to the home page, providing a seamless and user-friendly experience.

###Actual Behavior:
The application displays an error page when an incorrect path or non-existent URL is entered, failing to navigate back to the home page automatically.

###Possible Solution:
The application should be modified to handle incorrect paths and non-existent URLs more effectively. One possible solution is to implement a server-side or client-side redirection mechanism that automatically sends users back to the home page when an error occurs due to incorrect paths or invalid URLs.

@PRANJALRANA11 PRANJALRANA11 added the kind/bug Something isn't working label Jul 30, 2023
@sarkartanmay393
Copy link
Contributor

@PRANJALRANA11 I think its normal showing an error page though.

@Savio629
Copy link
Member

@PRANJALRANA11 I don't think we should redirect user directly. It necessary to have an error page!

@EraKin575
Copy link

can I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Development

No branches or pull requests

4 participants