kutt icon indicating copy to clipboard operation
kutt copied to clipboard

I can't install kutt

Open Doncellup opened this issue 3 years ago • 4 comments

Discussed in https://github.com/thedevs-network/kutt/discussions/610

Originally posted by Doncellup July 1, 2022 Hello, is the project still alive? I would like to install it, but I have errors every time… I would like to know if the project was still alive before sending the errors. Do you have a discord server to communicate more easily? Thanks in advance, Doncellup

Doncellup avatar Jul 02 '22 10:07 Doncellup

Here is the error I get as soon as I run npm run dev, can you help me pls ? image

Doncellup avatar Jul 02 '22 13:07 Doncellup

Originally posted by Doncellup July 1, 2022 Hello, is the project still alive?

More likely no than yes, but still works.

user7241 avatar Jul 02 '22 14:07 user7241

Here is the error I get as soon as I run npm run dev, can you help me pls ? image

I followed all the steps (here: https://github.com/thedevs-network/kutt#manual) but I still get this error, can someone help me please?

Doncellup avatar Jul 04 '22 08:07 Doncellup

@Doncellup according to the logs, this issue is occurring because the app cannot connect to the database.

Before running npm run dev you need to have a Postgres DB up and running. You then configure the .env file with the details.

dkyeremeh avatar Dec 07 '22 19:12 dkyeremeh