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
I integrated sendGrid and everything worked fine, but now I receive the following error message below every time I try to send emails.
Although my limit was not exceeded (only 102 emails were sent this month, and a limit is 100 emails per day)
(node:2233) UnhandledPromiseRejectionWarning: Unauthorized (401)
Maximum credits exceeded
null
null
at Request.http [as _callback] (node_modules/@sendgrid/client/src/classes/client.js:124:25)
at Request.self.callback (node_modules/request/request.js:185:22)
at Request.emit (events.js:189:13)
at Request.<anonymous> (node_modules/request/request.js:1161:10)
at Request.emit (events.js:189:13)
at IncomingMessage.<anonymous> (node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:277:13)
at IncomingMessage.emit (events.js:194:15)
at endReadableNT (_stream_readable.js:1125:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
(node:2233) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:2233) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Hi @sanmithapalanisamy! SendGrid Support has the tools to help debug these kinds of issues. Please open a new support ticket to get help with this 401 error.
I integrated sendGrid and everything worked fine, but now I receive the following error message below every time I try to send emails.
Although my limit was not exceeded (only 102 emails were sent this month, and a limit is 100 emails per day)
The following code is used to send the email:
Technical details:
The text was updated successfully, but these errors were encountered: