I have made a nodejs server with express that I use to upload and download subtitles. I'm able to upload the subs properly and create a URL which I use in order to load the subs inside an HTML video player. But for some reason even though I see the file being downloaded from the network tab, the subs are not showing.
What could be the problem?