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
When clicking on the navigation links in the navbar, they correctly route to the respective pages. However, after signing in via the "Sign In" button, attempting to navigate using the navbar links fails to route the user to the correct pages. The issue seems specific to post-login navigation.
🛠️ Steps to Reproduce:
🌐 Open the website and navigate to any page using the navbar links.
🔑 Click on the "Sign In" button and successfully log in.
🖱️ Attempt to navigate again using the navbar links.
❗ Notice that the links are not routing to the intended pages post-sign-in.
✅ Expected Behavior:
After signing in, clicking on any navbar link should properly route the user to the corresponding page.
❌ Actual Behavior:
Post-login, the navigation links fail to route correctly to the desired pages, either not responding or routing to incorrect destinations.
🔍 Possible Cause:
There may be an issue with state management or session handling after login, affecting the routing behavior.
Thank you for creating this issue! 🎉 Your issue will soon be reviewed by either the PA or a mentor. Please note that Level 1 is temporary and can be changed during the review. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
2024-10-07.19-26-24.mp4
🔧 Issue Type: Bug Report
🚨 Priority: High
🔄 Status: Open
👤 Assignee: @Rahul-AkaVector
📝 Description:
When clicking on the navigation links in the navbar, they correctly route to the respective pages. However, after signing in via the "Sign In" button, attempting to navigate using the navbar links fails to route the user to the correct pages. The issue seems specific to post-login navigation.
🛠️ Steps to Reproduce:
✅ Expected Behavior:
After signing in, clicking on any navbar link should properly route the user to the corresponding page.
❌ Actual Behavior:
Post-login, the navigation links fail to route correctly to the desired pages, either not responding or routing to incorrect destinations.
🔍 Possible Cause:
There may be an issue with state management or session handling after login, affecting the routing behavior.
@PriyaGhosal
The text was updated successfully, but these errors were encountered: