ERROR function graphql.get_schema_version() does not exist

After a completely new setup, I'm trying run the command supabase db remote commit and I'm having the problem:

Enter your database password:
Error: Error starting shadow database: ERROR:  function graphql.get_schema_version() does not exist
ERROR:  current transaction is aborted, commands ignored until end of transaction block


I created the project on supabase, I just run the User Management Starter and try to link it locally with the commands:

supabase init
supabase start
supabase link --project-ref xxxxxx
supabase db remote commit
Was this page helpful?