n8n - 💡(How to fix) Fix URGENT - Wait node "Invalid token" error blocking production workflows after 2.16.1 update [1 comments, 2 participants]

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…
GitHub stats
n8n-io/n8n#28632Fetched 2026-04-18 05:57:01
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
commented ×1labeled ×1mentioned ×1subscribed ×1

Error Message

Describe the problem/error/question

After the automatic update to version 2.16.1, all Wait nodes are returning "Invalid token" error when calling resumeUrl. This completely blocks production workflows that use the Wait node with resume:webhook option.

What is the error message (if any)?

{"error":"Invalid token"} This error appears when clicking buttons in emails sent by Wait node, or when calling resumeUrl directly via POST request.

RAW_BUFFERClick to expand / collapse
<!-- Please follow the template below. Skip the questions that are not relevant to you. -->

Describe the problem/error/question

After the automatic update to version 2.16.1, all Wait nodes are returning "Invalid token" error when calling resumeUrl. This completely blocks production workflows that use the Wait node with resume:webhook option. The issue affects:

Existing production workflows that were working before the update New test workflows created to reproduce the issue Both email buttons and direct POST requests to resumeUrl

I've confirmed this is a known bug affecting multiple users in the community forum (https://community.n8n.io/t/since-2-16-nodes-are-stuck-in-waiting/288762). Users report that version 2.17.2 does NOT fix the issue.

What is the error message (if any)?

{"error":"Invalid token"} This error appears when clicking buttons in emails sent by Wait node, or when calling resumeUrl directly via POST request.

Please share your workflow/screenshots/recording

<img width="1366" height="270" alt="Image" src="https://github.com/user-attachments/assets/2f041b02-305b-4517-9496-0ac5f16eb99c" />

Generated at: 2026-04-17T16:58:36.779Z

extent analysis

TL;DR

Downgrade to a version prior to 2.16.1 or wait for a future version that fixes the "Invalid token" error in Wait nodes.

Guidance

  • The issue is likely caused by a bug introduced in version 2.16.1, as confirmed by multiple users in the community forum.
  • To verify the issue, try creating a new workflow with a Wait node and resume:webhook option, and check if the "Invalid token" error occurs when calling resumeUrl.
  • As a temporary workaround, consider downgrading to a version prior to 2.16.1, if possible, to restore functionality to existing production workflows.
  • Monitor the community forum and release notes for updates on a future version that fixes this issue.

Notes

The provided information does not include enough details to suggest a code-level fix, and the issue appears to be a known bug affecting multiple users.

Recommendation

Apply workaround: Downgrade to a version prior to 2.16.1, as this is the only known solution that can immediately restore functionality to affected workflows, despite the potential drawbacks of using an older version.

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