seeding prod db
I follow the instructions here https://github.com/wasp-lang/wasp/issues/1464 to seed my db, but got the error:
I am able to connect to the db locally with db admin through the tunnel on port 5432, but when I try to run 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
I am able to connect to the db locally with db admin through the tunnel on port 5432, but when I try to run 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
GitHub
We are looking to update this section of the docs to include instructions on how to seed a production db: https://wasp-lang.dev/docs/data-model/backends#seeding-the-database This is a tested workfl...