Me da el siguiente error: `[opc@dps-vm1 system]$ sudo systemctl status doguito-api.service ● doguito-api.service - Doguito API Service Loaded: loaded (/usr/lib/systemd/system/doguito-api.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2023-07-09 20:52:16 GMT; 15min ago Process: 461240 ExecStart=/usr/bin/node /home/opc/doguito-api-es/bin/www (code=exited, status=1/FAILURE) Main PID: 461240 (code=exited, status=1/FAILURE)
Jul 09 20:52:16 dps-vm1 systemd[1]: doguito-api.service: Service RestartSec=100ms expired, scheduling restart. Jul 09 20:52:16 dps-vm1 systemd[1]: doguito-api.service: Scheduled restart job, restart counter is at 5. Jul 09 20:52:16 dps-vm1 systemd[1]: Stopped Doguito API Service. Jul 09 20:52:16 dps-vm1 systemd[1]: doguito-api.service: Start request repeated too quickly. Jul 09 20:52:16 dps-vm1 systemd[1]: doguito-api.service: Failed with result 'exit-code'. Jul 09 20:52:16 dps-vm1 systemd[1]: Failed to start Doguito API Service. Jul 09 20:52:24 dps-vm1 systemd[1]: doguito-api.service: Start request repeated too quickly. Jul 09 20:52:24 dps-vm1 systemd[1]: doguito-api.service: Failed with result 'exit-code'. Jul 09 20:52:24 dps-vm1 systemd[1]: Failed to start Doguito API Service. [opc@dps-vm1 system]$ `
Verifiqué muchas veces el USER, el PASSWORD y la conexión a la base de datos y no logro dar con el error. La base de datos desde 'npm start' inicia correctamente, pero ingresar desde el puerto 3000 no. Muchas gracias por la respuesta.