Supabase URL Configuration
Fix redirect issues by configuring your Supabase authentication URLs for Bolt
Current Bolt Environment URL
This is your Bolt environment URL that should be configured in Supabase.
Fix URL ConfigurationRequired
Navigate to Authentication Settings
Click on "Authentication" in the left sidebar, then "URL Configuration"
Go to URL ConfigurationUpdate Site URL
In the "Site URL" field, replace the current value with:
This is where users will be redirected after authentication actions
Add Redirect URLs
In the "Redirect URLs" section, add these URLs (one per line):
These URLs allow authentication redirects to work properly in your Bolt environment
Copy All URLs at Once
Click below to copy all redirect URLs to paste into Supabase:
Save Changes
Click "Save" to apply the changes. The updates should take effect immediately.
Additional Configuration (Optional)
Email Templates
You can customize the password reset email template in:
Authentication → Email TemplatesEmail Confirmation
If you want to disable email confirmation for development:
Authentication → SettingsAfter Configuration
Quick Test
After saving the changes, try the "Forgot Password" feature to verify the redirect works correctly in your Bolt environment.
Important Note
Make sure to use the exact URLs shown above. The Bolt environment URL is different from localhost and must be configured correctly for authentication to work.