Forum Discussion

jason_tq's avatar
jason_tq
Frequent Visitor
3 years ago

Report Server (Sept 2022) - 401 error for manifest.json

Microsoft Edge and Chrome DevTools show 401 error for manifest.json.

 

I googled this issue. It maybe about crossorigin HTML attribute.

 

That means

<link rel="manifest" href="assets/img/fi/pbirs/manifest.json" />

should be

<link rel="manifest" href="assets/img/fi/pbirs/manifest.json" crossorigin="use-credentials" />

 

How to add crossorigin="use-credentials" on that link ?

1 Reply

  • FarhanAhmed's avatar
    FarhanAhmed
    Icon for Community Champion rankCommunity Champion

    I don't think you can add/change those link to any of files.

     

    However, can you please let us know if you are able to login to your PBIRS successfully? and what are you trying to achieve here.