-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bug: #1736
Comments
het, i tried to replicate the issue but it seems to work fine , would you restart the project and check again if the issue persists |
I tried again today, but it's still not working.
Here are all the steps you can follow to replicate the issue.
1 - Visit https://app.100xdevs.com/
2 - now enter some random string after .com/notfound
3 - now try to go to home with the button available on no found page
…On Fri, Feb 7, 2025 at 7:03 PM Anurag Maurya ***@***.***> wrote:
het, i tried to replicate the issue but it seems to work fine , would you
restart the project and check again if the issue persists
—
Reply to this email directly, view it on GitHub
<#1736 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXX4L3JYCH62FFDUOMUULWD2OSY4DAVCNFSM6AAAAABWTWTQA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBSHE2TMOJSHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey For Me It is Working Perfectly fine the logo also redirects to home and the back arrow button too takes back to /home |
i did try , so the thing is , this issue is on the deployed link , but when running locally there is no such issue then... |
Yes Exactly That's the case with me as well |
yeah , Back to Home" button does not redirect the user to the home page |
Sure , I will provide
…On Mon, Feb 10, 2025, 1:04 PM Ganesh⚡⚡ ***@***.***> wrote:
yeah , Back to Home" button does not redirect the user to the home page
but it is working by refreshing the page
@Krishukr12 <https://github.com/Krishukr12> it would be better if you
provide a screen recording video or screen shots
—
Reply to this email directly, view it on GitHub
<#1736 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXX4L3LDIJ4QVFNW7SRQICT2PBI7JAVCNFSM6AAAAABWTWTQA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBXGE2TKNJQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Describe the bug
On the CMS , when a user navigates to a non-existent route, they are correctly redirected to the 404 page. However, from the 404 page, the "Back to Home" button does not redirect the user to the home page. Additionally, clicking on the 100xDevs logo also fails to navigate the user back to the home screen. Even refreshing the page does not resolve the issue.
To Reproduce
Steps to reproduce the behavior:
1.Navigate to a non-existent route in the application.
2.Observe that the user is redirected to the 404 page.
3.Click on the "Back to Home" button.
4.Notice that the redirection to the home page does not work.
5.Click on the 100xDevs logo and observe that it does not take the user back to the home screen.
6.Try refreshing the page; the issue persists.
Expected behavior
Clicking on the "Back to Home" button or the 100xDevs logo should navigate the user to the home page. Refreshing the page should not interfere with this expected functionality.
Info (please complete the following information):
Additional context
This issue is affecting navigation from the 404 page, preventing users from returning to the home screen through expected interactions.
The text was updated successfully, but these errors were encountered: