ERROR function graphql.get_schema_version() does not exist
After a completely new setup, I'm trying run the command
supabase db remote commit
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 existERROR: current transaction is aborted, commands ignored until end of transaction block
Enter your database password:Error: Error starting shadow database: ERROR: function graphql.get_schema_version() does not existERROR: current transaction is aborted, commands ignored until end of transaction block
I created the project on supabase, I just run the
User Management Starter
User Management Starter
and try to link it locally with the commands:
supabase initsupabase startsupabase link --project-ref xxxxxxsupabase db remote commit
supabase initsupabase startsupabase link --project-ref xxxxxxsupabase db remote commit
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.