Beau P. Posted August 1, 2019 Posted August 1, 2019 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?
support Posted August 1, 2019 Posted August 1, 2019 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now