Using same wallet in app and webapge

Hello,
I have two applications

  • a webpage (nextjs)
  • an app (react native)

Now I want my users to log into both with web3auth and let them use the same wallet.
I use the same client ID in both applications but I don't get the same wallets although I use the same provider.
Is this currently even possible or am I doing something wrong with configuration?

Help would be apreciated



Originally posted by: sebastian-baier

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