Error: No available storage method found

See original GitHub issue

I am still getting an error : (node:12884) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 6): Error: No available storage method found. I’m using v1.50 Update: The error actually only occurs when using react-snapshot lib

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:16
  • Comments:20 (1 by maintainers)

github_iconTop GitHub Comments

17reactions
beshkenadzecommented, Nov 17, 2020

The error is still valid for SSR 😦

9reactions
AndrewBogdanovTSScommented, May 15, 2020

@salidean what do you think about such strategy?

import * as localForage from 'localforage'
import * as memoryDriver from 'localforage-driver-memory'

localForage.defineDriver(memoryDriver)
localForage.setDriver([localForage.LOCALSTORAGE, localForage.INDEXEDDB, localForage.WEBSQL, memoryDriver._driver])

I want to fallback to memoryDriver only when all others aren’t available

Read more comments on GitHub >

github_iconTop Results From Across the Web

No available storage method found - angular - Stack Overflow
My ionic app doesn't work on IOS, but it works on android and browsers like chrome and safari. The only error reported is...
Read more >
"No available storage method found." in Google Chrome ...
In Sendbird, SDK is able to run a chatroom in Chrome under (incognito + iframe). What consideration does Cometchat concern forcing the SDK...
Read more >
No available storage method found (itch.io on Windows 10)
3) the no storage error can be caused by two different things: the game has to store its data somewhere, and if your...
Read more >
Error messgae on Action : No available storage method found.
When I try to set up an action of any kind, the error "No available storage method found." is shown upon selecting the...
Read more >
Power Automate Error: No Available Storage Method Found
My first thought was it was an access/permission issue, as I was using a new account on our Demo environment to do this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found