Supabase Integration Issues: Troubleshooting Connection Problems

It sounds like you’re running into authentication issues when trying to connect integrations like Supabase and Stripe to your Vercel projects.

The popup is asking for your Supabase project URL and anon key. You can find these in your Supabase dashboard:

  1. Go to your Supabase project dashboard
  2. Navigate to Settings > API
  3. Copy your Project URL and anon/public key
  4. Paste these into the Vercel integration dialog

You can also check the following:

  • Make sure you’re logged into the correct accounts for both services
  • Try disconnecting and reconnecting the integrations
  • Clear your browser cache and try again
  • Ensure your projects exist in both Supabase/Stripe dashboards

Let us know how you get on!