Can not click upgrade button or add more credits

I can for some reason not click the upgrade buttonm, to upgrade from trial to a subscription, nothing happens when i click it. Tried on my phone, different browsers, disable Adblock etc. Anyone got a solution?

Describe the problem/error/question

What is the error message (if any)?

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:

@Robert_Eriksson On your browser can you share the console output when you click the button like so?

Hey @Robert_Eriksson, while you grab the console output, a few quick things worth trying:

Try an incognito/private window with all extensions off, even with AdBlock disabled, other extensions password managers, VPNs, privacy tools can silently block billing-related scripts.

Check if a script blocker or firewall is blocking Stripe, n8n’s upgrade flow goes through Stripe’s JS, which loads from js.stripe.com. If that domain is blocked at any level browser, network, DNS, the button renders but nothing happens when clicked.

Email support@n8n.io directly, if it’s a billing UI issue on their end, they can manually process the upgrade or send you a direct payment link. This is the fastest path if the browser fixes don’t work.