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_~~という感じで変数を設定しないといけないらしいです。