manifest
1 TopicReport 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 ?2.1KViews0likes1Comment