When a user lets the app idle while on the Uploads page for longer than 60 minutes, the Uploads page gets into a corrupted state and cannot interact with the API anymore.
This is likely due to the access_token expiring and the automatic refresh logic isn't working. I may need to consider adding a timeout popup that lets the user immediately get a new access token with a single click
When a user lets the app idle while on the Uploads page for longer than 60 minutes, the Uploads page gets into a corrupted state and cannot interact with the API anymore.