Error HTTP Request // Promise.allSettled is not a function

N8N is running fine on our server. We can connect (for example) to Slack and ActiveCampaign (send + receive data).

When trying to setup a simple HTTP Request (following the GIF at How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation 🧰 | by Amudhan | n8n.io) we receive the following error:

ERROR: Promise.allSettled is not a function

Anybody got any clues?

Welcome to the community @Michiel!

Uh yes, I just checked. It seems like Promise.allSettled got introduced with Node.js 12.9.0. So I assume you are running an earlier version. We will update our documentation accordingly.

So if you update Node.js it should work fine.