Supabase gen types fails

I have linked my project using: supabase link --project-ref myProjectRef
But then, when I do: supabase gen types typescript > src/app/entities/database-definitions.ts
I get: Error: Could not find the linked project for the logged-in user. Try running supabase link again
Any idea on how to solve that?
Was this page helpful?