Advertisement
Fengren

demo error

Feb 18th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.31 KB | None | 0 0
  1. frontend_1  | $ REACT_APP_ENV=development node scripts/start.js
  2. admin_1     | $ REACT_APP_ENV=development node scripts/start.js
  3. emailer_1   | { Error: Invalid login: 535 Authentication Credentials Invalid
  4. emailer_1   |     at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:606:19)
  5. emailer_1   |     at SMTPConnection._actionAUTHComplete (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1335:34)
  6. emailer_1   |     at SMTPConnection._responseActions.push.str (/app/node_modules/nodemailer/lib/smtp-connection/index.js:366:26)
  7. emailer_1   |     at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:762:20)
  8. emailer_1   |     at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:558:14)
  9. emailer_1   |     at TLSSocket._socket.on.chunk (/app/node_modules/nodemailer/lib/smtp-connection/index.js:709:51)
  10. emailer_1   |     at emitOne (events.js:116:13)
  11. emailer_1   |     at TLSSocket.emit (events.js:211:7)
  12. emailer_1   |     at addChunk (_stream_readable.js:263:12)
  13. emailer_1   |     at readableAddChunk (_stream_readable.js:250:11)
  14. emailer_1   |   code: 'EAUTH',
  15. emailer_1   |   response: '535 Authentication Credentials Invalid',
  16. emailer_1   |   responseCode: 535,
  17. emailer_1   |   command: 'AUTH PLAIN' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement