geelen / react-snapshot

A zero-configuration static pre-renderer for React apps
MIT License
1.66k stars 104 forks source link

Error: Uncaught [Error: Secure random number generation is not supported by this browser. Use Chrome, Firefox or Internet Explorer 11] #129

Open dev-esakki opened 5 years ago

dev-esakki commented 5 years ago

Error: Uncaught [Error: Secure random number generation is not supported by this browser. Use Chrome, Firefox or Internet Explorer 11] while try to pre-render. I don't use any crypto modules

ripvannwinkler commented 4 years ago

Just ran into this issue myself. Apparently the ajax library I'm using relies on superagent which relies on the crypto global, but the puppeteer version that react-snapshot uses does not include this global.

Any suggestions on a fix would be greatly appreciated.