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
Occasionally while uploading a track, the save "spinner" stops. Can't quite tell if it uploaded successfully or not without reload. (It does not.) Looks like it just doesn't display an error if the backend doesn't reply with a 200.
Rather than reload, just clicking the button again allows it to go through. (Sometimes this takes multiple attempts.)
Endpoint is the POST to /<<album>>/add-song, response error is the "Bad Gateway" from cloudflare.
The text was updated successfully, but these errors were encountered:
Occasionally while uploading a track, the save "spinner" stops. Can't quite tell if it uploaded successfully or not without reload. (It does not.) Looks like it just doesn't display an error if the backend doesn't reply with a 200.
Rather than reload, just clicking the button again allows it to go through. (Sometimes this takes multiple attempts.)
Endpoint is the POST to
/<<album>>/add-song
, response error is the "Bad Gateway" from cloudflare.The text was updated successfully, but these errors were encountered: