Request re-issue license key for using different domain

Describe the problem/error/question

Hello,
I just installed n8n docker container version in my mini homelab.
My original plan was using domain - n8n.sankim-homelab.duckdns.org, but I had some duckdns won’t let me use “.” in middle of the domain so I switched to it as - sankim-homelab-n8n.duckdns.org.
The issue is license activation key was issued for old domain and it failed when I’m trying to register. Actual register user features are not unlocked.
Please send me the new license key for the new domain or let me know how I can resolve the issue if there’s anyway that I can do it on my end. I used the same google gmail account that I’m using right now for the license key registration.

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @mountttgm Welcome!
To run this command in your n8n Docker container, please remove the old domain binding.
Use the command to clear the n8n license:

docker exec -u node -it <container_name> n8n license:clear

After restarting the container, re-enter your original license key in n8n UI in the Settings > Usage and plan. This will attach it to your new domain. If the problem continues, please email [email protected] for a reset on our side.