You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, upon running your code as is (no modifications yet, aside from the client id obtained from your company dashboard, as instructed), these are the following issues encountered:
index.js:11 Uncaught ReferenceError: require is not defined
-this seems to be originating from this source:
Uncaught (in promise) ReferenceError: Web3Auth is not defined
-this error is from the constructor of web3auth const web3auth = new Web3Auth({ clientId, web3AuthNetwork: "testnet", chainConfig: { chainNamespace: "eip155", chainId: "0x1", rpcTarget: "https://rpc.ankr.com/eth", }, });
Looking forward to your response regarding these issues. Thank you.
The text was updated successfully, but these errors were encountered:
We are planning to integrate your software using HTML/JS platform for our company's project.
We followed your sample code from the documentation link:
https://web3auth.io/docs/integration-builder?lang=HTML&chain=ETH&evmFramework=WEB3&customAuth=NONE&mfa=DEFAULT&whitelabel=NO&useModal=YES&web3AuthNetwork=TESTNET&rnMode=EXPO&stepIndex=0&stepIndex=0
However, upon running your code as is (no modifications yet, aside from the client id obtained from your company dashboard, as instructed), these are the following issues encountered:
index.js:11 Uncaught ReferenceError: require is not defined
<script src="https://cdn.jsdelivr.net/npm/buffer@6"></script>-this seems to be originating from this source:
Uncaught (in promise) ReferenceError: Web3Auth is not defined
-this error is from the constructor of web3auth
const web3auth = new Web3Auth({ clientId, web3AuthNetwork: "testnet", chainConfig: { chainNamespace: "eip155", chainId: "0x1", rpcTarget: "https://rpc.ankr.com/eth", }, });
Looking forward to your response regarding these issues. Thank you.
The text was updated successfully, but these errors were encountered: