Skip to content

v0.5.2 (diagnostic)

Choose a tag to compare

@harshalone harshalone released this 27 Aug 14:09
· 1 commit to main since this release

Diagnostic build

Temporary: surfaces the real backend error (response status, body, and the
exact outgoing method/URL) instead of n8n's generic per-status-code message.
n8n's NodeApiError silently replaces error text with a hardcoded string keyed
only by HTTP status code unless told otherwise — every 405 has been showing
as "Method not allowed - please check you are using the right HTTP method"
regardless of what the backend actually returned, which has been masking the
real cause of reported publish failures.

Will be superseded by a clean release once the underlying issue is found and
fixed.