You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running npx supabase gen types typescript --project-id xxx > ./src/supabase.types.ts
results in the following:
Supabase CLI 2.31.8
HTTP GET: https://api.supabase.com/v1/projects/xxx/types/typescript?included_schemas=public
failed to retrieve generated types: {"message":"{"message":"Legacy API keys are disabled","hint":"Your legacy API keys (anon, service_role) were disabled on xxx. Re-enable them in the Supabase dashboard, or use the new publishable and secret API keys."}"}
What are the changes required to get type generation working again?
tunecino, trcf21, jrmoynihan, eybel, kegashe and 9 more