SupabaseS
Supabase3mo ago
static

Supabase gen types cannot read properties of undefined

What in the world would cause an error like this:
failed to retrieve generated types: {"message":"Cannot read properties of undefined (reading 'startsWith')","errorEventId":"2894dcfce0a045b5a0ad0935c543e9f8"}
Try rerunning the command with --debug to troubleshoot the error.


This is all I ran
> supabase gen types typescript --project-id ... --schema public,messaging,stripe,autosend > ../types/src/supabase/supabase.ts
Was this page helpful?