Advanced

Troubleshooting

Passkeys per domain, iCloud passkeys in Chrome, relayer errors, Buffer polyfill, domain moves.

View raw
SymptomCause and fix
Connect finds no passkeyPasskeys are per domain. Create one on this domain first
Chrome cannot see iCloud passkeysEnable "Use passkeys and passwords from iCloud Keychain" in chrome://password-manager/settings, or use Safari
Wallet creation fails instantlyA relayer is required since smart-account-kit 0.5.0. The testnet preset includes one; set relayerUrl for your own
readBigInt64BE is not a functionOld Next.js Buffer polyfill. Fixed automatically by this library since 0.3.1
Wallets missing after a domain moveSame per-domain rule: wallets follow the domain that created them
Balance shows unavailableTestnet RPC hiccup. refetch from useWalletBalance, and check the RPC URL

Still stuck

Open an issue with the SembolError code from toSembolError(err).code, or read the source, it is small on purpose.

For AI agents

These docs are machine-readable: /llms.txt indexes every page, /llms-full.txt is the whole documentation as one Markdown file, and every page is served as raw Markdown under /md/docs/<slug>.