Replies: 1 comment
-
It seems to be a version problem, if I downgrade from the latest version (4.0.0-alpha.0) to 3.3.0, both the @web3auth/modal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to web3auth, and tried to start with the app from the Next.js integration builder.
I used that code and set up my Plug and Play project on the web3auth dashboard.
But the app fails to connect to that Plug and Play project with the following error:
"WalletInitializationError: Invalid params passed in, Please initialize Web3Auth with a valid clientId in constructor"
But I am passing the right clientId:
And the Plug and Play project (with the clientId):
The full code is available here:
https://github.com/beynd/web3auth-trial
What do I miss about this clientId passing?
Any help is appreciated,
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions