Can no longer access templates while on n8n.io site

After n8n.io site upgrade, I cannot access templates to open up nodes

There used to be a button with ‘explore’ that you clicked. I no longer see the button and I can’t access the nodes or magnify the workflow to look at it more closely.

I’ve turned off all add blockers. This used to work fine. I’m using Brave browser on Macbook Pro M2

Anyone else have this issue?

(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:
1 Like

Same here. Windows 11, Chrome v134.0.6998.89

Any workflow template. Just to have handy, here is one:

The problem seems to be in an attribute to the n8n-demo HTML element/node.
The element has attributes data-v-***, workflow (contains actual WF json), collapseformobile, clicktointeract, hidecanvaserrors, disableinteractivity, theme.

Once disableinteractivity is set to false via devtools panel the expected behavior gets back.

Must be a bug.

1 Like

Sorry for the late reply here. We have three different types of templates, free, paid, and those with community nodes. All have different levels of interactivity. For example you shouldn’t be able to copy a paid template and community nodes show a warning or error when opening details. This led to some issues with the new site/new app.

Anyways, these should be fixed now (or latest tomorrow by lunch time CET).

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.