beechain
beechain
WWasp-lang
Created by beechain on 7/18/2024 in #🙋questions
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
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`.
[ 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 🙏
14 replies