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.)
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.
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).