Supabase URL Configuration

Fix redirect issues by configuring your Supabase authentication URLs for Bolt

Current Bolt Environment URL

https://bolt.new

This is your Bolt environment URL that should be configured in Supabase.

Fix URL Configuration
Required

1

Open Supabase Dashboard

Go to your Supabase project dashboard

Open Supabase Dashboard
2

Navigate to Authentication Settings

Click on "Authentication" in the left sidebar, then "URL Configuration"

Go to URL Configuration
3

Update Site URL

In the "Site URL" field, replace the current value with:

https://bolt.new

This is where users will be redirected after authentication actions

4

Add Redirect URLs

In the "Redirect URLs" section, add these URLs (one per line):

https://bolt.new/auth/reset-password
https://bolt.new/auth/callback
https://bolt.new/**

These URLs allow authentication redirects to work properly in your Bolt environment

5

Copy All URLs at Once

Click below to copy all redirect URLs to paste into Supabase:

https://bolt.new/auth/reset-password https://bolt.new/auth/callback https://bolt.new/**
6

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 Templates

Email Confirmation

If you want to disable email confirmation for development:

Authentication → Settings

After 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.