Audio players randomly stop working until I close/reopen app

I have a voice messaging application, so there are many audio player instances at once in someone's application

Users record an audio, then an audio player is displayed using that audio so they can preview it, then they can send it to someone. The 'recorded audio file' generated by the 'stop recording audio action' is uploaded to firebase, then that URL is fed to the audio players as an audio path.

Most of the time this works fine, but randomly all of the audio players in the app will stop working.

The URL is fine, because sometimes I record audio, then the preview audio won't play, but I can still send it and listen to it later in a message after having backed out of the app and reopened it.

This never happens when testing on the browser, only in mobile

What can I do?

1
10 replies