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
fix: improve song download process by handling S3 redirects
- Updated the song loading logic in EditSongProvider to handle backend redirects when fetching song files.
- Implemented error handling for redirect responses to extract the S3 signed URL.
- Enhanced the file fetching process by using the native fetch API for better CORS handling.
- Improved error messages for various failure scenarios during the song download process.
0 commit comments