Commit b23655c
committed
fix(frontend): resolve React hydration error #418 and WalletConnect URL mismatch
- wagmi config: add ssr: true so wallet reconnect defers until after hydration.
Prevents React error #418 (server renders "Connect Wallet", client hydrated with
connected address — DOM mismatch crashed the app).
- WalletConnect metadata.url: nexucore.xyz → www.nexucore.xyz to match actual
page origin. Mismatched origin causes WalletConnect to silently reject connections.1 parent 5c0d37c commit b23655c
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments