0

I'm using this(https://www.npmjs.com/package/tus-js-client) npm package to upload files in my react.js project and for most of the devices it's working fine but in some devices it's showing this(Refused to get unsafe header "Location") error in upload.js file of this package. I don't know how to fix it. Can someone please help?

4LPH4
  • 308
  • 1
  • 3
  • 16

1 Answers1

0

In my case it was happening because of old version of Chrome. I updated the Chrome in few devices and it started working.

4LPH4
  • 308
  • 1
  • 3
  • 16