Supabase gen types fails
I have linked my project using:
But then, when I do:
I get:
Any idea on how to solve that?
supabase link --project-ref myProjectRefBut then, when I do:
supabase gen types typescript > src/app/entities/database-definitions.tsI get:
Error: Could not find the linked project for the logged-in user. Try running supabase link againAny idea on how to solve that?