kengher

Results 20 comments of kengher

Try matching the ports: `# App port to run on PORT=3000` `proxy_pass http://localhost:10002;`

At the moment there isn't any UI to create accounts on the backend as Admin. You'll have to manually create accounts via Postgres database. You can use a bcrypt hash...

Can you try launching with `npm run dev` and see what debug message shows when trying to access short urls?

> What solution would you suggest? Self-host.

Can you run with `npm run dev` and see what the debug output shows?

try running `npm run dev` to see if more error details show up.

If you are self-hosting, I wrote a feature branch that changes expiration date into a date picker in which you can also clear the expiration date. https://github.com/kengher/kutt/tree/feature/expire-datepicker

see [@poeti8 comment](https://github.com/thedevs-network/kutt/issues/534#issuecomment-977545278)

Service is temporarily disabled. see [comment by poeti8](https://github.com/thedevs-network/kutt/issues/534#issuecomment-977545278)

After cloned, have you done these before running npm start? `npm install` then `npm run build `