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

[Bug] Search Bar Not Displaying Results on Movie Recommendations Page #453

Open
Seanpesis opened this issue Nov 25, 2024 · 1 comment
Open

Comments

@Seanpesis
Copy link

The search functionality on the Movie Recommendations page is not working as expected. When users search for a movie by name, the page remains blank, and no results are displayed.

What is happening: The search bar does not display any results after entering a query and hitting "Search."
Expected behavior: The search results should display a list of movies matching the query entered in the search bar.
Steps to reproduce:
Navigate to the Movie Recommendations page.
Type any movie name (e.g., "Inception") into the search bar.
Press the "Search" button or hit Enter.
Observe that no results appear on the page.
Impact: Users cannot search for movies by name, which affects the core functionality of the platform.

@Seanpesis
Copy link
Author

Environment:
Project Name: Movie Recommendation Platform
Browser/Platform/OS: Chrome 119, Windows 11
Dependencies: React 18.3.1, Node.js 16.19.1
Screenshots (optional):
(If applicable, include screenshots or GIFs illustrating the issue.)

Possible Solution (optional):
Check if the search query is being sent to the backend API correctly. Verify that the backend is responding with the appropriate data and that the frontend is rendering the results.

Additional Context:
This issue started after upgrading the React version to 18.3.1. It could be related to changes in how state updates are handled in the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant