Describe the problem/error/question
When trying to rerun a failed execution I’m getting a error I have not seen before and I’m not sure how to fix it
What is the error message (if any)?
Information on your n8n setup
n8n version: 1.25.0
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
Operating system: Windows
n8n
January 26, 2024, 1:50pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Jon
January 26, 2024, 3:54pm
3
Hey @manueltnc ,
I have not seen that one before either but I have managed to reproduce it locally so I will get a dev ticket created so we can fix it.
Thank you! I just noticed this error this week also.
I’ll keep track of the post or if there is a public ticket to view let me know!
Jon
January 26, 2024, 4:46pm
5
Hey @manueltnc ,
We will pop a note on here once we have put a fix in.
Perfect, i have same issues.
I just upgraded from an earlier version and now I’m having this issue too.
Jon
January 29, 2024, 5:00pm
8
So good news is the PR that fixed this (below) has been merged so this will be fixed in the next release.
n8n-io:master
← n8n-io:pay-1320-retry-workflow-failing
opened 03:00PM - 29 Jan 24 UTC
## Summary
This PR fixes stopping and retrying failed executions.
## Relat… ed tickets and issues
- https://linear.app/n8n/issue/PAY-1320
- https://community.n8n.io/t/problem-with-retry-cannot-destructure-property-lastnodeexecuted-of-data-executiondata-resultdata-as-it-is-undefined/35931
2 Likes
yukyo
January 30, 2024, 3:03pm
9
Is this already released @Jon ? I’m struggling with retries, I’m on version: Version 1.25.1
I don’t see anything that states this is live.
Jon
January 30, 2024, 3:09pm
10
Hey @yukyo ,
The change is merged and will be part of the next release, We typically release on a Wednesday so 1.27.0
will contain the fix for this.
3 Likes
yukyo
January 30, 2024, 3:11pm
11
Ok, thank you, @Jon ; I guess it’s a part of the same issue, but just in case…
I have an error workflow that ingests logs to external tools and sends me a notification when something happens (when this workflow runs).
In some workflows, I have the Error workflow set up to the mentioned previously.
I found some notifications coming from my error workflow, but nothing exists on the N8N execution list; I can’t see any error from the original workflow…
In the previous versions, we had an issue where FAILED workflows were not showing up in the executions list; I don’t save SUCCEEDED workflows, and I’m wondering if that issue has come back again…
Thanks @Jon
Jon
January 30, 2024, 3:37pm
12
Hey @yukyo ,
That sounds like something different but it might be worth waiting for the next release as there are a bunch of fixes in it.
tridi
February 1, 2024, 10:05am
13
yeah same problem here so i leave this comment for notif fix version release. Thx
Jon
February 1, 2024, 10:44am
14
We have released 1.27.1 which contains a fix for this but we will be releasing 1.27.2 later today so hold off on the updates for now but the good news is the fix is in.
jan
February 2, 2024, 1:24pm
15
New version [email protected]
got released which includes the GitHub PR 8480 .
1 Like
I experience this issue
Cannot destructure property 'lastNodeExecuted' of 'data.executionData.resultData' as it is undefined
On version 1.26.0 (latest stable), as well.
I can confirm that switching to 1.27.2 (beta) fixes this issue. Thanks!
1 Like
system
Closed
February 20, 2024, 11:59pm
18
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.