Error while using Supabase CLI

I ran supabase db remote commit on my terminal after linking to a new project. This created the migration file.

But after that, any time I run
supabase start
or supabase db remote commit, I get the following error.

Error: Error starting shadow database: ERROR: relation "pgsodium.key_key_id_seq" does not existError: Error starting shadow database: ERROR: relation "pgsodium.key_key_id_seq" does not exist

I'm not sure what's going wrong. Please help.
Was this page helpful?