lublak asked
Hi
dstala replied
<@100849859006840832> Could you help us with more details about your project (using docker/npm/npx) & where your database is hosted?
this looks to be a database configuration error. confirm if your db configurations are right by connecting via db viewer like tablePlus/pgAdmin
lublak replied
<@857998597474484295> my database is hosted localhost. i used npx setup which creates a .env file for me.
It looks something like this:
NC_DB=pg://localhost:5432?u=postgres&p=password&d=database
lublak replied