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
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.```
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: