Replies: 8 comments 11 replies
-
Hey, can you share console errors here would be easy to debug? And also make sure you are not using ropsten as it is deprecated. |
Beta Was this translation helpful? Give feedback.
-
Hi, @danieljao @billtlee @girishvi So there are 2 solutions for this issue:
Let me know if the problem is resolved |
Beta Was this translation helpful? Give feedback.
-
So, we are using Moralis and what we did was to override their web3auth connector that uses the openloginadapter code you provided. But we still are not able to get it to work. `import Moralis from 'moralis'; export default class Web3AuthConnector extends Moralis.AbstractWeb3Connector { connect = (web3auth) => {
}; activate = async ({
}; deactivate = async () => { |
Beta Was this translation helpful? Give feedback.
-
same error. I also tried adding https://dualmint.io and https://*.dualmint.io. I guess you guys don't take wildcards. 'OpenLogin - RPC Error: could not validate redirect, please whitelist your domain: https://nightly.dualmint.io for provided clientId BDxs0D... |
Beta Was this translation helpful? Give feedback.
-
I have updated the import of OpenloginAdapter. Previously I was importing {OpenLoginAdapter} so I thought that was the problem. But it seems like it's still not getting to the code. I am not getting the console.log of openloginAdapter for some reason.
|
Beta Was this translation helpful? Give feedback.
-
It would be cool if the docs could get an update. The usage example on the Plug and Play project still shows the mainnet setup. |
Beta Was this translation helpful? Give feedback.
-
Hi, im using the correct client id, and i've tried whitelist the URL based on the error in the dashboard, im using testnet but still not working, any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions