You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until releasing new version of ReportUI I could simply open generated report via file protocol (e.g. file:///path/to/report/report.html). Yesterday I upgraded from 0.18.1 to latest version 0.18.6 and when I tried to open the report in my browser I got only white page and an error message in console Uncaught DOMException: Failed to construct 'Worker': Script at 'file:///.../.storybook/image-snapshots/worker.js' cannot be accessed from origin 'null'.
When I use http server to serve the report everything goes fine, but we are storing the report as an artifact in our CI and I cannot run server there to see the results.
Reproduced step
Steps to reproduce the behavior:
Generate report with reg-cli@0.18.6
Right click on report.html and Copy path
Paste path into URL bar in browser
See error
Expected behavior
Report can be opened via file protocol as before
Actual behavior
Report can be opened only if it's served with http server.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Up until releasing new version of ReportUI I could simply open generated report via
file
protocol (e.g.file:///path/to/report/report.html
). Yesterday I upgraded from 0.18.1 to latest version 0.18.6 and when I tried to open the report in my browser I got only white page and an error message in consoleUncaught DOMException: Failed to construct 'Worker': Script at 'file:///.../.storybook/image-snapshots/worker.js' cannot be accessed from origin 'null'.
When I use http server to serve the report everything goes fine, but we are storing the report as an artifact in our CI and I cannot run server there to see the results.
Reproduced step
Steps to reproduce the behavior:
report.html
and Copy pathExpected behavior
Report can be opened via
file
protocol as beforeActual behavior
Report can be opened only if it's served with http server.
Screenshots
The text was updated successfully, but these errors were encountered: