You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow Transaction ID Not Displayed, Clicking the Link Throws an Error
Describe the bug
On the Workflows page, the Transaction ID is not displayed. Additionally, when clicking on any of the workflow entries, an error occurs, and the page fails to load with an "An unexpected error occurred" message.
The browser console shows the following error: TypeError: Cannot read properties of undefined (reading 'compensateInput')
System information
Medusa version: Medusa V2
Project started with:npx create-medusa-app@latest
Browser: Chrome v130.0.6723.70
Steps to reproduce the behavior
Go to the Workflows page in the settings.
Observe that the Transaction ID is missing for all entries.
Click on any of the workflow entries.
You will see an error page with the message "An unexpected error occurred."
Expected behavior
The Transaction ID should be displayed for each workflow entry.
Clicking on any workflow entry should lead to a detailed view of that specific workflow without throwing an error.
Screenshots
Workflows page without Transaction ID displayed:
Error page after clicking a workflow entry:
The text was updated successfully, but these errors were encountered:
Bug report
Title
Workflow Transaction ID Not Displayed, Clicking the Link Throws an Error
Describe the bug
On the Workflows page, the Transaction ID is not displayed. Additionally, when clicking on any of the workflow entries, an error occurs, and the page fails to load with an "An unexpected error occurred" message.
The browser console shows the following error:
TypeError: Cannot read properties of undefined (reading 'compensateInput')
System information
npx create-medusa-app@latest
Steps to reproduce the behavior
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: