-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No available storage method found #71
Comments
Same for me. On Android its still working yet on iOS I get the same error. Anyone could please help out ? I don't have a Mac and cannot fix this.
"capacitor-secure-storage-plugin": "0.8.1" |
Maybe change the iOS library to this one https://github.com/evgenyneu/keychain-swift ? |
I upgraded to Capacitor v4 and BTW: what iOS version(s) are you testing it on? |
Next to the already suggested https://github.com/evgenyneu/keychain-swift, there exist a few other alternatives: |
Upgrading to the latest capacitor (v4) it looks like this plugin is no longer working. We get the following errors
11-30 10:02:26.059 E/Capacitor/Console(29244): File: http://localhost/vendor.js - Line 15075 - Msg: ERROR Error: Uncaught (in promise): Error: No available storage method found. 11-30 10:02:26.059 E/Capacitor/Console(29244): Error: No available storage method found. 11-30 10:02:26.059 E/Capacitor/Console(29244): at http://localhost/vendor.js:94851:25 11-30 10:02:26.059 E/Capacitor/Console(29244): at push.99140._ZoneDelegate.invoke (http://localhost/polyfills.js:422:30) 11-30 10:02:26.059 E/Capacitor/Console(29244): at http://localhost/polyfills.js:1339:38 11-30 10:02:26.059 E/Capacitor/Console(29244): at push.99140._ZoneDelegate.invokeTask (http://localhost/polyfills.js:456:35) 11-30 10:02:26.059 E/Capacitor/Console(29244): at Object.onInvokeTask (http://localhost/vendor.js:37288:33) 11-30 10:02:26.059 E/Capacitor/Console(29244): at push.99140._ZoneDelegate.invokeTask (http://localhost/polyfills.js:455:64) 11-30 10:02:26.059 E/Capacitor/Console(29244): at push.99140.Zone.runTask (http://localhost/polyfills.js:227:51) 11-30 10:02:26.060 E/Capacitor/Console(29244): File: http://localhost/vendor.js - Line 88712 - Msg: Cache initialization error: Error: No available storage method found.
The text was updated successfully, but these errors were encountered: