n8n - 💡(How to fix) Fix MCP Bearer Auth

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Describe the problem/error/question

What is the error message (if any)?

[ERROR: No path back to node] This credential uses the "Authorization" header. To use a custom header, use a "Custom Auth" credential instead

  • error: all

Code Example

(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.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.
RAW_BUFFERClick to expand / collapse
<!-- Please follow the template below. Skip the questions that are not relevant to you. -->

Describe the problem/error/question

When using bearer auth (which has worked for all previous workflows), it now doesnt recognize the access token retrieved from a previous node. Bearer Credentials in expression to reference the node don't find the reference back

What is the error message (if any)?

[ERROR: No path back to node] This credential uses the "Authorization" header. To use a custom header, use a "Custom Auth" credential instead

Custom Auth doesnt exists and bearer auth should still work.

Please share your workflow/screenshots/recording

The relevant part of the workflow:

<img width="494" height="368" alt="Image" src="https://github.com/user-attachments/assets/b19f62ef-db54-4687-9a01-457dfeeeb500" />

The generate access token node:

<img width="1671" height="840" alt="Image" src="https://github.com/user-attachments/assets/304674a9-c91b-4feb-993c-538991307646" />

MCP Node: <img width="1358" height="800" alt="Image" src="https://github.com/user-attachments/assets/ba70ad47-8e49-46ae-962e-031227249719" />

Bearer Credential Config: <img width="1275" height="714" alt="Image" src="https://github.com/user-attachments/assets/eaa86b6f-b38b-4920-b2f5-e594f294c18d" />

(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.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.

Share the output returned by the last node

<!-- If you need help with data transformations, please also share your expected output. -->

Debug info

core

  • n8nVersion: 2.19.5
  • platform: docker (cloud)
  • nodeJsVersion: 24.14.1
  • nodeEnv: production
  • database: sqlite
  • executionMode: regular
  • concurrency: 50
  • license: enterprise (sandbox)

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 720 hours
  • maxCount: 25000 executions

client

  • userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/605.1.15 (khtml, like gecko) version/26.3.1 safari/605.1.15
  • isTouchDevice: false

Generated at: 2026-05-08T08:45:49.829Z

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

n8n - 💡(How to fix) Fix MCP Bearer Auth