mckaywrigley/paul-graham-gpt

'relation "public.pg" does not exist'

Closed this issue · 3 comments

After creating a Supabase db and storing the creds in .env.local, when I run npm run embed, I get the following error:

error {
  code: '42P01',
  details: null,
  hint: null,
  message: 'relation "public.pg" does not exist'
}

Can you confirm that a "pg" table was created in Supabase? Or is a table not creating at all? @emilepetrone

@mckaywrigley Not getting created. Cloned again - confirmed

@mckaywrigley Helps actually to run the DB migration in the editor.🤦‍♂️ Working now