-
Notifications
You must be signed in to change notification settings - Fork 212
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] Login, Search, and Product Navigation Issues #692
Comments
Congratulations, @Bhupendrakumar20! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines |
@swaraj-das kindly assigned this task under labels . surely i will solve it |
Hi there! This issue is still open. We are looking forward to your response. |
4 similar comments
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Description
users are experiencing three critical issues affecting the usability and experience on the platform. These bugs need immediate attention to improve functionality and user satisfaction.
Issues and Solutions:
Bug: Users are unable to log in using the Google login feature.
Solution: Check the integration setup with Google’s API. Ensure that client ID, client secret, and redirect URIs are correctly configured and test the OAuth flow. Look for any recent API updates that might require adjustments.
2.Search Button Redirecting to FAQ Instead of Results
Bug: The search button on the homepage does not function as expected and redirects users to the FAQ page even when the product exists on the site.
Solution: Review the search functionality’s routing logic. Ensure the search query properly maps to product results. Test and debug any redirection or error-handling code that might default to the FAQ page.
3.Explore Product Button Freezing After Search
Bug: Upon using the search, clicking on "Explore Product" causes the page to freeze or become unresponsive.
Solution: Investigate if this button triggers any scripts or API calls that might overload or timeout. Optimize backend queries for faster loading times, and verify if there are any frontend dependencies or scripts causing performance issues on button activation.
Screenshots
Any additional information?
No response
What browser are you seeing the problem on?
Microsoft Edge
Checklist
The text was updated successfully, but these errors were encountered: