Chris Gwilliams

Results 263 comments of Chris Gwilliams

A dev dependency does not put a binary in the PATH. Try running: `npx [email protected] start`

Seems like an npx issue there maybe. You can try installing the CLI from homebrew or via devDependency as you did and the binary will be in `node_modules/.bin`

You can also download the binary from the [Releases](https://github.com/supabase/cli/releases/tag/v1.166.1) tab The Analytics and CLI teams will investigate and provide a fix here when it is ready

Thanks for opening this, @IHIutch, it certainly makes sense for it to be modified here (and for it to be consistent across all docs pages)!

Thanks for opening! To confirm, you have 3 options to connect with AppSheet: 1. Direct - 5432 - This is a direct connection to the database 2. Pooler - Transaction...

"Doesn't work at all" - Do you have more info on this? What are the logs on your instance reporting for the timeouts? What is the instance size and pool...

Noted, thanks for the extra info. I have a gut feeling that the outcome of this will be: "AppSheet does not support transaction mode when connecting to Postgres" But, I...

Hey @SkrOYC That is a good point and I am not sure if the switch was called out as pgbouncer was set to `transaction` mode by default. When you say...