Please help us document this issue in README.md troubleshooting section. A link to #168 (comment) would be suitable to refer people from README.md to in case they have this issue.
Issue description
When viewing the static report in Jenkins, exceptions are thrown in the console and page is visibly blank.
The report is successfully built. It cannot be viewed in Jenkins due to content security violations.
Technical info
- Webpack Bundle Analyzer successfully builds the report.html
- Jenkins ver. 2.107.2
- Jenkins HTML Publisher Plugin 1.15
Debug info
Used as plugin to output static report during webpack
new BundleAnalyzerPlugin({
analyzerMode: 'static',
reportFilename: '../reports/bundle-analyzer/index.html',
})
Console Errors:
Blocked script execution in '<URL>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
port.js:30 Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/port/port.js:30:48
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/port/port.js:603:3
(anonymous) @ port.js:30
(anonymous) @ port.js:603
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/port/port.js:30:48
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/port/port.js:603:3
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-33YGiROm4Pzv0xXIPo82M0Dt2zrdnP4IgbJq1WeAtf8='), or a nonce ('nonce-...') is required to enable inline execution.
Note from @valscion
Please help us document this issue in README.md troubleshooting section. A link to #168 (comment) would be suitable to refer people from README.md to in case they have this issue.
Issue description
When viewing the static report in Jenkins, exceptions are thrown in the console and page is visibly blank.
The report is successfully built. It cannot be viewed in Jenkins due to content security violations.
Technical info
Debug info
Used as plugin to output static report during
webpackConsole Errors: