Issues with license key (self-hosted)

Hi!
I am using self-hosted n8n Community Edition (version 1.122.5).
I requested a free Community Edition license key from the “Usage and plan” page.

The request seems to be accepted: I see the “Your license key is being generated” notification and in the browser Network tab the community-registered request returns HTTP 200 with the following

JSON:{
“data”: {
“title”: “Your license key is being generated!”,
“text”: “We’ve got your request, and it’s currently being processed. Your license will be generated soon and sent to m***[email protected].”
}
}

Another request returns {"status":"Ok"}.

However, I do not receive any email with the license key on this address (also checked Spam/Promotions folders

Could you please check on your side whether the license email is actually being sent and/or manually send me the license key for this email address?

1 Like

Hi

You have to check if your n8n instance can reach the n8n licensing server.

If outbound requests are blocked (Docker, firewall, proxy), the license system won’t finalize.

Make sure your server can reach

api.n8n.io
license.n8n.io

Run this on your server

curl https://api.n8n.io
curl https://license.n8n.io

You should get a response if not your outbound networking is blocked

An n8n employee said that it will be fixed soon. You can find the post here: I did not receive my free self‑hosted activation key - #2 by jabbson

2 Likes

we will have to be patient and wait the fix :melting_face:

1 Like

Thank you! Hope, it’ll be patched soon.

Hey guys did any of you received the license key mail ??