Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QuotaExceededError using Ionic Storage with a few strings

I'm having this issue with Ionic Storage, this is the complete stack trace:

core.es5.js:1084 ERROR Error: Uncaught (in promise): QuotaExceededError: 
at c (polyfills.js:3)
at c (polyfills.js:3)
at polyfills.js:3
at t.invokeTask (polyfills.js:3)
at Object.onInvokeTask (core.es5.js:4140)
at t.invokeTask (polyfills.js:3)
at r.runTask (polyfills.js:3)
at o (polyfills.js:3)
at IDBTransaction.invoke (polyfills.js:3)

I'm using the settigs servis as recommended in Ionic super template.

this is happening testing on browser (Chrome)

like image 715
Sebastián Rojas Avatar asked Jul 12 '17 18:07

Sebastián Rojas


1 Answers

I had the same issue and discovered that my hard disk running short of space. Cleared the memory and it worked fine.

like image 147
Chambah Russell Avatar answered Dec 11 '22 08:12

Chambah Russell