我们开始实施 PWA,作为实施的一部分,我从 amazon s3 存储桶中导入 manifest.json。出现以下错误。
无法加载https://abcdefghij.com/static/pwa/Manifest.json:No 'Access-Control-Allow-Origin' header is present on the requested
我在 index.html 文件中编写了以下代码
<link rel="manifest" crossorigin="anonymous" href="https://abcdefghij.com/static/pwa/Manifest.json"/>
如果有人帮助,将不胜感激。