Han Qiao

Results 436 comments of Han Qiao

Hi there, we've released v2.74.4 to address this issue with local dev. In summary, you should be able to 1. Continue using legacy `anon` and `service_role` keys with supabase-js locally....

The behaviour of migration squash is documented here https://github.com/supabase/cli/blob/develop/docs/supabase/migration/squash.md The only difference between your proposal is that we don't use schema.sql. Instead, we continue using the migrations directory and repair...

Could you try starting from scratch? ```bash supabase stop --no-backup rm -rf supabase/.temp supabase start ``` Note this will clear existing data in your local db.

Thanks for the detailed bug report. The typescript generation code is in [postgres-meta repo](https://github.com/supabase/postgres-meta) if you are keen to take a look.

Could you show me a screenshot of studio or network tabs that is broken due to this misconfig? It's for me to verify a potential fix https://github.com/supabase/cli/pull/2487/commits/a545a5a3727ab1061f4de8e40b85bea51865f582

Thank you for your thoughtful feedback. I agree with you that typegen needs more love in some of the advanced use cases. I will loop in @soedirgo who works on...