WaspW
Wasp•2y ago
beechain

change what port wasp is listening on

hey all looking for some help - i am on linux system if relevant (inb4 i use linux)

really simple i think - starting up my wasp app for first time, i cant
wasp db migrate-dev

because
[   Db  !] Can't reach database server at `localhost`:`5432`
[   Db  !] 
[   Db  !] Please make sure your database server is running at `localhost`:`5432`.

i think i started my DB on localhost:4000 - any way i can get the wasp app/wasp start/db to listen on port 4000 instead?

i tried checking the env server/ env client files but didnt see anything there, maybe its somewhere else to change where im listening to for the db?

does this make sense yall? ty for help 🙏
Was this page helpful?