[SOLVED] Not path back to referenced node

Describe the problem/error/question

i am getting an error when trying to execute this step it says its not connect to a node (that isn’t even being referenced)… it says there is code used here (not sure where). but either way - they are connected.

What is the error message (if any)?

No path back to referenced node

There is no connection back to the node ‘convert ai output to json’, but it’s used in code here.

Please wire up the node (there can be other nodes in between).

Please share your workflow

Share the output returned by the last node

[
  {
    "id": 9,
    "count": 0,
    "description": "",
    "link": "https://blogarchive48594.unleasheddigital.site/tag/hot-spots/",
    "name": "hot spots",
    "slug": "hot-spots",
    "taxonomy": "post_tag",
    "meta": [],
    "_links": {
      "self": [
        {
          "href": "https://blogarchive48594.unleasheddigital.site/wp-json/wp/v2/tags/9",
          "targetHints": {
            "allow": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE"
            ]
          }
        }
      ],
      "collection": [
        {
          "href": "https://blogarchive48594.unleasheddigital.site/wp-json/wp/v2/tags"
        }
      ],
      "about": [
        {
          "href": "https://blogarchive48594.unleasheddigital.site/wp-json/wp/v2/taxonomies/post_tag"
        }
      ],
      "wp:post_type": [
        {
          "href": "https://blogarchive48594.unleasheddigital.site/wp-json/wp/v2/posts?tags=9"
        }
      ],
      "curies": [
        {
          "name": "wp",
          "href": "https://api.w.org/{rel}",
          "templated": true
        }
      ]
    }
  }
]

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:
  • Node type n8n-nodes-base.if

Node version 2.2 (Latest)

  • n8n version: ‘1.102.2 (cloud)’
  • Database (default: SQLite): defualt?
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: mac os , chrome

deleted the if and readded – it worked. so that’s an odd bug

1 Like

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