-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Description
Describe the bug
I pulled the code npx degit Web3Auth/web3auth-examples/quick-starts/nextjs-quick-start w3a-quick-start
I see couple of issues:
To Reproduce
.1. When I start the app, console is full of errors Import trace for requested module:
.2. a) When I connect evm with metamask it seems to work, I see address from useAccount().
.2. b) When I refresh the page, on first render, address is undefined, so initialValue from cookies seems to not work.
.3. If I connect with social auth e.g. (google) evm address is undefined ( from useAccount )
Expected behavior
I would expect:
- No errors in server console
- b) evm address should be visible on first render (fetched from cookies)
- If I connect with non metamask options, I should be able to see generated evm address on success login
Device Info (please complete the following information):
- OS: Windows 11
- Browser: Chrome / Brave
- "@web3auth/modal": "^10.0.2",
- node v22.11.0
- pnpm 10.11.1
Metadata
Metadata
Assignees
Labels
No labels