This library throws a very weird error when attempting to send an email while using Node.js `v18.0.0`
See original GitHub issueThe error:
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: Bad Request] {
status: 400,
details: { message: 'from parameter is missing' }
}
Node.js v18.0.0
The same code works adequately on previous node.js versions, and downgrading to an LTS helped resolve this issue, so it is indeed a problem with v18.0.0.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Zlib error when attempting to run npm install or yarn
So here's my suggestion: uninstall Node 14.18.x and try using Node 14.17.x instead. As a side note, you may find it useful to...
Read more >Errors | Node.js v19.3.0 Documentation
For all EventEmitter objects, if an 'error' event handler is not provided, the error will be thrown, causing the Node.js process to report...
Read more >15 Common Error Codes in Node.js and How to Fix Them
3. ETIMEDOUT ... The ETIMEDOUT error is thrown by the Node.js runtime when a connection or HTTP request is not closed properly after...
Read more >Top 10 Most Common Node.js Developer Mistakes - Toptal
js appear straight out unusable for whatever you are trying to achieve. In this article, we will take a look at ten common...
Read more >Common errors | npm Docs
It's most likely a temporary npm registry glitch. Check npm server status and try again later. If the error persists, perhaps the published...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Using global FormData solved this issue for me
Bruh. I don’t envy you for having to maintain all these docs, but getting this SDK to work is like a wild goose chase. @olexandr-mazepa