[Archive] Login fails when integrated with auth0

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 12/7/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


Hello.
I am trying to integrate web3auth with auth0.
However, the same error continues to occur while trying to log in.
Of course, I set the callback URI of the application settings to https://beta.openlogin.com/auth, https://app.openlogin.com/auth on the auth0 dashboard, and I tried to follow the answer that depends on the similar case #886, but the problem remains.
Here I attach my error log and code.

Screen Shot 2022-12-07 at 12 44 23 PM
Screen Shot 2022-12-07 at 1 00 54 PM



Originally posted by: sophiyuu

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1021

Hey @sophiyuu

Please update to the latest web3auth SDKs and try again.

package.json

    "@web3auth/base": "^4.0.0",
    "@web3auth/core": "^4.0.0",
    "@web3auth/openlogin-adapter": "^4.2.0",

For reference, I am sharing an example app source code for Auth0 x Web3Auth.



Originally posted by: shahbaz17