SupabaseS
Supabase3mo ago
Erin

Web3 Sign-in Problem

The Web3 Wallet provider appears to be functionally enabled (API calls work), but the Dashboard still shows it as Disabled

What I've Done

  1. **Enabled Web3 Provider in Dashboard**
    • Navigation: Authentication → Providers
    • Toggled "Solana" to enabled
    • Clicked Save
    • Waited 10+ minutes
  2. **Verified API functionality**
    • supabase.auth.signInWithWeb3() exists ✅
    • Test call succeeds (no "provider disabled" error) ✅
    • Full authentication flow works in browser ✅
  3. **Configuration**
    • Added Redirect URL: http://localhost:3000/**
    • Anon Key and URL configured correctly
Observed Behavior
Authentication → Users
Last sign-in at: Waiting for verification
and the Provider Information shows Disable

Expected Behavior
Users should show Web3 Wallet as "Enabled" to match the actual API behavior.
2025-10-15_5.56.11.png
2025-10-15_5.55.34.png
Was this page helpful?