MP3 Link not embedded

I embedded a mp3 link from firebase storage in forum discussion. The link contains audio but it is not changed to audio player automatically.

Here is the link: https://firebasestorage.googleapis.com/v0/b/jinswara.appspot.com/o/02_Darshan%20Stuti.mp3?alt=media&token=fd901a59-75cb-46e6-bfdc-3bf129301a30

Please suggest the solution.

1 Like

That’s not true in this case. The URL is fine.

firebasestorage.googleapis.com simply doesn’t like our HEAD request and responds with error 400. Unfortunately we do not try a GET in that case. I’m fixing it right now.

https://github.com/discourse/discourse/commit/4a54c09e4619050c85e7bb061140f288dae1e048


It works again. :slight_smile:

https://firebasestorage.googleapis.com/v0/b/jinswara.appspot.com/o/02_Darshan%20Stuti.mp3?alt=media&token=fd901a59-75cb-46e6-bfdc-3bf129301a30

7 Likes

@gerhard Thanks for such quick fixing.

1 Like

Thanks for fixing the issue and checking in code so quickly.

2 Likes