0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

メイラーがローカルで動くのにデプロイ後に動かない

Posted at

Error: Missing credentials for "PLAIN"
at t.exports.formatError (.next/server/chunks/[root-of-the-server]__644eff22..js:1:159745)
at t.exports.login (.next/server/chunks/[root-of-the-server]__644eff22..js:1:154784)
at (.next/server/chunks/[root-of-the-server]__644eff22.
.js:1:203983)
at t.exports. (.next/server/chunks/[root-of-the-server]__644eff22._.js:1:151201)
at t.exports.actionEHLO (.next/server/chunks/[root-of-the-server]__644eff22..js:1:167845)
at t.exports.processResponse (.next/server/chunks/[root-of-the-server]__644eff22..js:1:162056)
at t.exports.onData (.next/server/chunks/[root-of-the-server]__644eff22..js:1:159437)
at TLSSocket.onSocketData (.next/server/chunks/[root-of-the-server]__644eff22..js:1:150891) {
code: 'EAUTH',
command: 'API'
}

というエラーが発生していました。

PLAINとしての資格がありませんというエラー、
環境変数の設定ミスがあり、NEXT_PUBLIC_~~という感じで変数を設定しないといけないらしいです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?