Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow Transaction ID Not Displayed, Clicking the Link Throws an Error #9754

Closed
mustafaugurlu973 opened this issue Oct 24, 2024 · 3 comments

Comments

@mustafaugurlu973
Copy link

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

  • Medusa version: Medusa V2
  • Project started with: npx create-medusa-app@latest
  • Browser: Chrome v130.0.6723.70

Steps to reproduce the behavior

  1. Go to the Workflows page in the settings.
  2. Observe that the Transaction ID is missing for all entries.
  3. Click on any of the workflow entries.
  4. 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

  1. Workflows page without Transaction ID displayed:
Ekran Resmi 2024-10-24 11 57 55
  1. Error page after clicking a workflow entry:
Ekran Resmi 2024-10-24 12 13 55
@olivermrbl
Copy link
Contributor

@adrien2p, is this something you could look into?

@adrien2p
Copy link
Member

Hi @mustafaugurlu973 thank you very much for reporting this issue. This PR should fix it 💪

@olivermrbl
Copy link
Contributor

Issue solved in #9757 and part of next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants