No confirmation email / can’t log in (Supabase key fix)

No confirm email/login issues often due to wrong key—use Supabase Legacy Anon and restart.

This is usually caused by using the wrong Supabase API key during configuration.

BotBrain requires the Legacy Anon (public) key. Many users accidentally copy a “Publishable” or “Secret” key instead.

Fix:

  1. Open your Supabase project dashboard
  1. Go to Settings → API Keys → Legacy anon
  1. Copy the anon key
  1. Update your BotBrain/.env file with the correct value
  1. Restart the web server / containers and try creating the account again
Did this answer your question?
😞
😐
🤩