❌ --- [Error] Can not connect to database: ---------------------------------------The database needs to be running in order to execute this command. You can easily start a managed dev database with `wasp start db`.
❌ --- [Error] Can not connect to database: ---------------------------------------The database needs to be running in order to execute this command. You can easily start a managed dev database with `wasp start db`.
I am able to connect to the db locally with db admin through the tunnel on port 5432, but when I try to run
wasp db studio
wasp db studio
to connect through wasp I get the above error. I do not have wasp running a local dev db, so I am not sure what else I could check