Dear web3Auth support, about a week ago we encountered the fact that it is impossible to log into our cere wallet using email. In the console I see errors about Failed to load resource: https://cyan.openlogin.com/
After searching for information a little, I realized that I have outdated libraries. I started updating them and realized that a lot has changed. Could you recommend me how to solve my problem with little effort
Thank you for sharing the detailed information about your dependencies and the issue you’re encountering. Here’s a summary of your situation, and some guidance on next steps:
Summary:
SDK Used: Web3Auth Plug and Play (PnP) Web SDK
Platform: Web (React)
Issue:
Users are unable to log in to the Cere wallet using email.
Console error: Failed to load resource: https://cyan.openlogin.com/
Dependencies appear outdated, especially Web3Auth and Torus packages.
What’s Happening
The error with cyan.openlogin.com typically results from using outdated Torus/Web3Auth libraries pointing to deprecated endpoints. Web3Auth has migrated away from older Torus endpoints to new infrastructure and SDK updates are required.
Recommended Steps
1. Update Packages
You should specifically update the following dependencies to their latest versions:
Once you update, your integration patterns may need minor changes. Web3Auth has introduced new initialization flows and de-coupled Torus from the main SDK.
Please review current initialization code for anything referencing old .openlogin.com endpoints.
Please share your Web3Auth initialization and login code snippets (redact secrets).
If you see new errors, include screenshots from browser console.
Let us know how the update goes, or if you need any specific guidance on changing your initialization code!
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
Hey @devops_web3auth,
I’d recommend taking a look at our PnP SDK examples here. Please try creating a small PoC using your dashboard details first — if that works, you can then align your changes based on the example app’s flow.
A lot has evolved since the older package versions you’re using were released. We currently don’t support those outdated SDKs anymore. It’s always a good idea to stay updated with the latest versions — relying on old integrations can cause unnecessary blockers down the line.