geelen / react-snapshot

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

No available storage method found Error #50

Open jasan-s opened 7 years ago

jasan-s commented 7 years ago

I am using this with redux-persist and redux. It seemed to be linked to localForage UPDATE: I tried using delay in package.json of 800 and yet error persists and no static html files are generated for the routes.


(node:10052) UnhandledPromiseRejectionWarning: Unhandled promise rejection (reje
ction id: 2): Error: No available storage method found.
??   Saving / as /index.html
?   Finished crawling.```
geelen commented 7 years ago

I think this is yet another place where jsdom isn't offering a full browser experience. I think we need to move to Chrome Headless to fix all these sorts of things.

stereobooster commented 6 years ago

duplicate of #40 ?

stereobooster commented 6 years ago

Jsdom issue won't be fixed, see https://github.com/geelen/react-snapshot/pull/44#issuecomment-341292537. If this answers your question please close issue. Thanks