Monday, 17 June 2019

Error: Could not complete the operation due to error 8000000b

Does this have something to do with permission issue in reading localStorage? A user connected to our network from home and launched a web app using IE11 on her home computer. She got the following error. She doesn't have this problem when using office computer behind the firewall. I remotely set her home computer Internet Option to "clear SSL State" in the Content tab and "Reset" in the Advanced tab. Relaunched the browser and the problem persisted.

Error: Could not complete the operation due to error 8000000b. at n (https://clinapps.x.x.x.x/theWebAppName/bundles/fsrApp?v=OX2U7P99gNe7AERARw2KaGARtJjysPbm1s8SmUjM-k81:1:12149) at invoke

I checked the bundle of the minimized AngularJs script at 1:12149, and it says:

v = localStorage.getItem("noteObject");



from Error: Could not complete the operation due to error 8000000b

No comments:

Post a Comment