Hello,
I am following the quick start guide using the Web - Modal SDK for Vue. I ran the " npm install --save @web3auth/modal" install in the project and now when I only add the import line into the project ‘import { Web3Auth } from “@web3auth/modal”;’ I get several errors when I host the project locally.
Uncaught Error: Permission denied to access property “apply”
onerror moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:143
y moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:143
g moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:143
u moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:143
b moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:129
moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:143
moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:150
moz-extension://1ec31192-52c5-4438-9faa-37288f8b8192/content_script/inpage_sol.js:150
Uncaught ReferenceError: global is not defined
js browser.js:16
__require2 chunk-IKJM6GHQ.js:18
chunk-PSE7KPLE.js:17947
Has anyone experienced this before and/or know what could be the cause?