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
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.
What I've Done
- **Enabled Web3 Provider in Dashboard**
- Navigation:
Authentication → Providers - Toggled "Solana" to enabled
- Clicked Save
- Waited 10+ minutes
- Navigation:
- **Verified API functionality**
supabase.auth.signInWithWeb3()exists- Test call succeeds (no "provider disabled" error)
- Full authentication flow works in browser
- **Configuration**
- Added Redirect URL:
http://localhost:3000/** - Anon Key and URL configured correctly
- Added Redirect URL:
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.

