I am trying to run the command to update my typing via cli and it continues to give me the following error but when I debug this is all I get. Not much to work with.
2023/03/01 09:34:01 Recv First Byte
Error: failed to retrieve generated types: {"message":"Forbidden resource"}
I am running the following command
npx supabase gen types typescript --project-id "$MY_ID" --schema public > types/supabase.ts --debug
If someone has seen this issue before please let me know. I have been using this command previously with no issues prior and now it seems to be causing issues.