Error app.openlogin.com

thank bro for your reply
I will try it

I updated latest version and got error
image

Error:

In your implementation please perform a global search for @web3auth/web3auth and check if you’re using it.
Also, I see in the error that node_modules/moralis-v1/lib/browser/Web3Connector/Web3AuthConnector.js at line 225 is causing this issue. If you don’t have @web3auth/web3auth in your code, then it’s probably the moralis package that’s depending upon deprecated packages.
Please check and let me know what you find.

I change from @web3auth/web3auth to @web3auth/modal as you said

@thienphuoc.huynh I understand. But if you see at the error message.

It says @web3auth/web3auth not installed. So there is still some place where the deprecated package is still being referenced.

Okay, please follow these commands on terminal and let me know if you still face these errors.

rm -rf node_modules && rm -f package-lock.json && npm i

1 Like

OK thank bro, I will try it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.