最近项目中遇到一个问题,在无痕模式下,系统报错:Uncaught DOMException: Failed to read the 'localStorage' property from 'Window' 

参考:https://blog.csdn.net/joyvonlee/article/details/94602768

解决办法:

Under Chrome's Settings > Privacy > Content settings, you have the cookie setting set to to "Block sites from setting any data"
 
即:
 
在Chrome设置菜单中: 高级 > 隐私设置和安全性 > 内容设置 > Cookie > 阻止第三方Cookie
 
将这项关闭,如下图:
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window'

 

 

相关文章:

  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-07-31
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案