错误错误:未捕获(承诺):QuotaExceededError Ionic 3

时间:2018-05-02 06:49:23

标签: ionic-framework local-storage ionic3

我正在创建一个带离子3的应用程序。我在离子存储器中保存一个字符串。我工作正常,但突然间我收到了这个错误。

enter image description here

Home.ts(这是我设置字符串的地方)

          this.storage.set("123", JSON.stringify(data))
          .then(() => {
             console.log("Saved")
          })

我的字符串:

{"ImagePath":"Attachment/ProfileThumbnail/20180412134416Picture.jpg","name":"Sal man Ullah Khan","userId":238}

1 个答案:

答案 0 :(得分:0)

只需清除浏览器中App的存储。

Chrome : 转到DevTools。按F12,“应用程序”选项卡,然后清除存储。