You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have installed kutt.it on a server with Docker using a tutorial. The URL shorter works even without login. Unfortunately I can't login/register with the ADMIN email address I have. I hope you can help me!
Thats the Error i found with porainer in the Log:
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-01-31T20_45_16_920Z-debug.log
wait-for-it.sh: waiting 15 seconds for postgres:5432
wait-for-it.sh: postgres:5432 is available after 0 seconds [email protected] start /usr/src/app
npm run migrate && cross-env NODE_ENV=production node production-server/server.js [email protected] migrate /usr/src/app
knex migrate:latest --env production
Requiring external module ts-node/register
Using environment: production
Already up to date
Ready on http://localhost:3000/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have installed kutt.it on a server with Docker using a tutorial. The URL shorter works even without login. Unfortunately I can't login/register with the ADMIN email address I have. I hope you can help me!
Thats the Error i found with porainer in the Log:
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-01-31T20_45_16_920Z-debug.log
wait-for-it.sh: waiting 15 seconds for postgres:5432
wait-for-it.sh: postgres:5432 is available after 0 seconds
[email protected] start /usr/src/app
npm run migrate && cross-env NODE_ENV=production node production-server/server.js
[email protected] migrate /usr/src/app
knex migrate:latest --env production
Requiring external module ts-node/register
Using environment: production
Already up to date
Ready on http://localhost:3000/
Beta Was this translation helpful? Give feedback.
All reactions