Web3Auth suddenly stopped working two weeks ago (15/03/2025)on reactjs project I am currently working on. What could be the problem. It has been working perfecting well untill the date shown above. The code am using is as below. Do I need to change / modify anything?
Hi Charleys Ghoverhn!
Thanks for reaching out, and I’m sorry to hear you’re having trouble. Since you’re using the Plug n Play SDK with a React project, let’s try to narrow down the issue.
Here’s what would be helpful to know:
-
SDK Version: Could you confirm which version of the Web3Auth SDK you are using? There might have been updates or changes that affected your implementation.
-
Console Errors: Are there any errors in your browser console that could give us more clues?
-
Code Snippets and Configuration: It looks like you’ve tried sharing an image, but it appears broken. Can you re-upload or describe any recent changes you made to the Web3Auth initialization or login methods?
Meanwhile, you can also review the Web3Auth React Guide to ensure everything is in alignment with the latest recommendations.
Feel free to provide any additional details or screenshots, and we’ll work together to solve this!
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
Am currently working with the following versions of Web3Auth:
“@web3auth/base”: “^9.4.4”,
“@web3auth/default-evm-adapter”: “^9.7.0”,
“@web3auth/ethereum-provider”: “^9.4.4”,
“@web3auth/modal”: “^9.4.4”,
“@web3auth/web3auth”: “^2.1.3”,
Hey @ghoverhn
I see you are using Ethereum Sepolia chain config with Ethereum Mainnet RPC URL, which looks like an issue here. Please refer to our documentation to correctly connect to your blockchain:
Additionally, you are using the Web3Auth Legacy Testnet. Please migrate to Sapphire mainnet for production usecase.
I replaced the ankr with infuria and it worked like a song! It appears like ankr has been deprecated.