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 an artist is not present in the database, the "Dashboard" and "Top Sessions" pages fail to load properly. Additionally, the "Top Sessions" page sends repeated requests to the self-hosted instance without attempting to retrieve the missing data from Spotify or update the database accordingly.
Steps to Reproduce
Navigate to the "Dashboard" or "Top Sessions" pages.
Ensure the artist in question does not exist in the database.
Observe the pages failing to load and the repeated requests being made to the instance.
Expected Behavior
When an artist is missing from the database, the backend should:
Detect the missing data.
Automatically re-fetch the artist information from Spotify.
Update the database with the new data to prevent further failures.
The text was updated successfully, but these errors were encountered:
Bug Description
When an artist is not present in the database, the "Dashboard" and "Top Sessions" pages fail to load properly. Additionally, the "Top Sessions" page sends repeated requests to the self-hosted instance without attempting to retrieve the missing data from Spotify or update the database accordingly.
Steps to Reproduce
Expected Behavior
When an artist is missing from the database, the backend should:
The text was updated successfully, but these errors were encountered: