Describe the bug
The component disappears and gives an errors in the console log after signing up with an email, then connecting github, and adding a web3 wallet.
To Reproduce
Steps to reproduce the behavior:
Add the following code to nextjs main page to add support for createWeb3Wallet
Once the server is started with the db initiated and all, click on the "Add Account" button
See error of the button disappearing and the error in the console log
Expected behavior
Show the profile modal to manage the user acccount.
Logs
next-dev.js?36dd:20 TypeError: Cannot read properties of undefined (reading 'iconUrl')
at Ke (userprofile_8db891_4.37.0.js:1:48836)
at xo (vendors_8db891_4.37.0.js:2:102649)
at Eu (vendors_8db891_4.37.0.js:2:159608)
at bs (vendors_8db891_4.37.0.js:2:148590)
at vs (vendors_8db891_4.37.0.js:2:148518)
at gs (vendors_8db891_4.37.0.js:2:148381)
at as (vendors_8db891_4.37.0.js:2:145188)
at ls (vendors_8db891_4.37.0.js:2:143743)
at S (vendors_8db891_4.37.0.js:2:170487)
Screenshots
If applicable, add screenshots to help explain your problem.
1 - Everything Working:
2 - Profile Dropdown Shows:
3 - Clicks On Manage Account (see error):
Desktop (please complete the following information):
OS: Mac Ventura 13.1
Browser: Chrome
Version: v112.0.5615.49
Smartphone (please complete the following information):
N/A
Additional context
Goal is trying to associate multiple auths accounts with the same account, including a wallet address.
Describe the bug The component disappears and gives an errors in the console log after signing up with an email, then connecting github, and adding a web3 wallet.
To Reproduce Steps to reproduce the behavior:
File:
./app/nextjs/src/pages/index.tsx
Expected behavior
Show the profile modal to manage the user acccount.
Logs
Screenshots If applicable, add screenshots to help explain your problem.
1 - Everything Working:
2 - Profile Dropdown Shows:
3 - Clicks On Manage Account (see error):
Desktop (please complete the following information):
Smartphone (please complete the following information): N/A
Additional context
Goal is trying to associate multiple auths accounts with the same account, including a wallet address.