You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up the project for the first time, users must enable email confirmation in Supabase's authentication settings. This requirement is not documented and lacks proper error handling, leading to a confusing user experience.
Steps to reproduce
Clone repo and follow initial setup
Create Supabase project
Attempt to register new users
Users cannot sign in but receive unclear error messaging
Suggested solutions
Documentation
Update setup documentation to include:
Navigate to Supabase Authentication settings
Disable "Confirm email" checkbox
Error Handling Improvements
Add explicit error checking for unconfirmed email status
Display user-friendly error messages explaining:
Email confirmation is required
Instructions to check inbox and spam folder
Option to resend confirmation email
Implement a proper loading state during authentication
The text was updated successfully, but these errors were encountered:
Thank you for the issue. However, we are using the Xverse Wallet (https://www.xverse.app/) for logging in, while leveraging the functionality of Supabase authentication. Since we aim to provide a seamless login experience for users, we do not intend to use email and password authentication at this time.
When setting up the project for the first time, users must enable email confirmation in Supabase's authentication settings. This requirement is not documented and lacks proper error handling, leading to a confusing user experience.
Steps to reproduce
Suggested solutions
Documentation
Error Handling Improvements
The text was updated successfully, but these errors were encountered: