Hi Julian! Thanks for reaching out and providing such detailed information about your issue. I can see you are encountering a ReferenceError: process is not defined while integrating Web3Auth in your React application.
Here are the details for the support team:
SDK Details: Help - Plug n Play
SDK Version Number: (Please provide if known, as it might help the team)
Platform: React (using react-app-rewired)
Issue Summary:
You are getting the error: ReferenceError: process is not defined.
You are using react-app-rewired to customize webpack configuration to include the necessary fallbacks for process and Buffer.
Even after following the setup, the error persists.
Additional Information Needed:
Can you please share the Web3Auth initialization and login code snippets?
If possible, please provide any relevant browser console screenshots that show the full error context.
Are you using any custom authentication with a specific provider? If yes, please include the verifier name and the method of login.
Regarding a potential solution, it might be worth checking if you’re correctly importing or using the Web3Auth library configuration. Sometimes, ensuring the library is up to date can help avoid such issues too.
Feel free to provide any extra links or images that might help the support team better understand your integration setup. Thank you again for your patience, and let’s get this resolved!
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.
Hi @Ayush now I’m facing an error openning modal WalletInitializationError: Wallet is not ready yet, Login modal is not initialized
at WalletInitializationError.fromCode (index.js:62:1)
at WalletInitializationError.notReady (index.js:73:1)
at Web3Auth.connect (modalManager.js:327:1)
at Web3AuthInnerContext.js:50:1
at connectWallet
Here is the context config used in Web3AuthProvider: