admin管理员组

文章数量:1122833

I've been developing an app in node.js for about a month now. Now, all of a sudden, I'm getting a "Uncaught (in promise) Error: Access to storage is not allowed from this context."

I'm not sure what is causing this, and I'm not sure how to go about finding what is causing it. Some Google searching indicates that this error pops up when someone tries to access local storage. I'm not doing that (at least, not intentionally). In fact, the keyword "storage" is not used once in my entire project.

How can I find out more about this error message and what is causing it?

本文标签: nodejs storage error when I39m not using storageStack Overflow