'relation "public.pg" does not exist'
emilepetrone opened this issue · 3 comments
emilepetrone commented
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'
}
mckaywrigley commented
Can you confirm that a "pg" table was created in Supabase? Or is a table not creating at all? @emilepetrone
emilepetrone commented
@mckaywrigley Not getting created. Cloned again - confirmed
emilepetrone commented
@mckaywrigley Helps actually to run the DB migration in the editor.🤦♂️ Working now