This topic was originally posted by eunsoo.park on 7/24/2025.
This content has been migrated from our previous community forum to preserve valuable discussions.
Thanks for reaching out about the Google social login error with the Web3Auth PnP Web SDK.
Here’s a summary of the details you’ve provided:
SDK: Web3Auth PnP Web SDK
SDK Versions:
@web3auth/auth: ^10.5.0
@web3auth/modal: ^10.0.6
Platform: Not specified (assuming web, likely React based on your context)
Issue: Error during Google social login
Browser Console Screenshots: Not provided
To help the support team diagnose the Google login issue, could you please provide the following additional details if possible?
Error Details: What is the exact error message or behavior you see when attempting Google login? If there’s a stack trace or error popup, please copy it here.
Browser Console Output: If you can, please share a screenshot or copy the relevant error logs from your browser’s developer console.
Initialization & Login Code: If you’re comfortable, please share the code snippet where you initialize and call the login function for Web3Auth.
Platform Details: Which browser and OS are you using? (e.g., Chrome on Windows, Safari on Mac, etc.)
Quick Troubleshooting Steps:
Double-check that your Web3Auth Client ID is correct and registered for the correct domain in the Web3Auth Dashboard.
Ensure your Google login is enabled in your modalConfig (see React SDK docs).
If you’re using custom authentication or a custom verifier, let us know your Verifier Name and login method.
Once you provide the above, we’ll be able to assist you much faster! If you’d like, you can also review our Google login troubleshooting guide for common solutions.
Looking forward to your reply!
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
If you have a look at the error it clearly says that Missing login_hint.
Can you please follow the code sample in this example?
let me know if you get this error when running this example after cloning it.