MP3リンクが埋め込まれていません

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.

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.

FIX: Retry with GET request when HEAD fails with error 400 · discourse/discourse@4a54c09 · GitHub


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

@gerhard Thanks for such quick fixing.

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