Hi, we're getting this error on our passwordless users. We use the modal out of the box. All other methods (facebook/google) work fine. We haven't changed the code, yet this error is new.
{
"error_code": "E001",
"message": "Invalid parameters web3auth_client_id: <our client id, which is valid and hasn't been changed>",
"success": false
}
we run version 8 so I believe this shouldn’t be the issue.
I’m sorry to hear you’re facing this issue with the passwordless login method. Let’s try to figure it out.
You mentioned you’re using version 8 of the SDK, and all other login methods work fine. This suggests it might be something specific to the passwordless setup.
Could you provide the following details to help us troubleshoot further?
Your Web3Auth initialization and login code snippets related to the passwordless setup.
Any browser console screenshots capturing the error.
The verifier name and method of login used for the passwordless option.
Meanwhile, please ensure that your Web3Auth Client ID is correctly configured in the environment and that it’s correctly referenced in your code.
It might also be beneficial to look into the Web3Auth Documentation to verify if there are any changes related to passwordless configurations or recent updates.
Feel free to update your post with the requested details so our support team can assist you better.
Thank you!
Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.
Additionally, we would recommend you to join our biweekly Office Hours to get this resolved even faster. Web3Auth Developer Office Hours
Just to note. I was running version 8^ of the modal. And this got solved when I updated to “^8.12.7”. The deprecation alert some weeks ago mentioned only versions much older than 8^…