Jump to content

Issue with Chrome Extension


Beau P.

Recommended Posts

When testing with a colleague today, he was not able to get a form to save or autofill his username and password. It worked fine for me on the same site. After investigating, I found an error in his console.

 

Uncaught QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of '<something>' exceeded the quota.

 

I did not record the exact error but I believe the value it was setting was whether or not it was supposed to ignore the website. It turns out the Local Storage in chrome for that site was full. After emptying local storage, the extension worked as intended.

 

I don't know what can be done about this but the extension silently fails if this happens. Maybe add exception handling when setting items?

 

 

Link to comment
Share on other sites

Hello,

Thanks for the information, and we've never seen this happen before in Chrome - we had no idea it had a limit like this. To be honest, we're not sure how we would even simulate it to be full, in order to capture this error and try and handle it gracefully.

Regards

Click Studios

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...