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
When the Browserless endpoint is provided as a browserServer option and a GitHub URL eg. https://github.com/pawanpaudel93, single-file does not capture the URL completely, and when opening the captured webpage the webpage seems to load without CSS.
But, It works perfectly when used without browserless though.
The text was updated successfully, but these errors were encountered:
I have the same issue with CSS.
and I find that all CSS cdn assets have CORS errors.
so after appending access-control-allow-origin: {originHost} and access-control-allow-credentials: true into the response header, the captured webpage can work completely.
Issue
When the Browserless endpoint is provided as a browserServer option and a GitHub URL eg. https://github.com/pawanpaudel93, single-file does not capture the URL completely, and when opening the captured webpage the webpage seems to load without CSS.
But, It works perfectly when used without browserless though.
The text was updated successfully, but these errors were encountered: