Description
The application is currently unable to fetch data from the TMDB API. It appears that the configured TMDB API token may be invalid or expired.
Steps to Reproduce
- Clone the repository.
- Install the dependencies.
- Configure the required environment variables (or use the existing configuration).
- Start the development server.
- Open the application.
Expected Behavior
The application should successfully fetch and display movie/TV data from the TMDB API.
Actual Behavior
API requests fail, and no data is displayed in the application. The requests appear to be failing due to an invalid or expired TMDB API token.
Suggested Solution
- Verify whether the current TMDB API Read Access Token is still valid.
- Update the token if it has expired or been revoked.
- Consider documenting the required environment variables in a
.env.example file so contributors can easily configure their own TMDB credentials.
Description
The application is currently unable to fetch data from the TMDB API. It appears that the configured TMDB API token may be invalid or expired.
Steps to Reproduce
Expected Behavior
The application should successfully fetch and display movie/TV data from the TMDB API.
Actual Behavior
API requests fail, and no data is displayed in the application. The requests appear to be failing due to an invalid or expired TMDB API token.
Suggested Solution
.env.examplefile so contributors can easily configure their own TMDB credentials.