I'm running a simple app on React to display audio tracks from files I have uploaded on https://my.pcloud.com/ using the React-Player component.
However, the track doesn't display and I receive the following error on my console:
"Cross-Origin Read Blocking (CORB) blocked cross-origin response https://my.pcloud.com/publink/show?code=XZlsqq7ZK4mnFfNp1rJq8neYkc77Gp0yCd17 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details."
I've done some searches and I realized I need to do some server side things to get around this. Any way I could do something on the client side to work around this? If not, any good tutorials/guides on how to set up a server and get the content I need for my audio player? Thanks!