Self hosted Workflow execution error

HI, trying to create my first workflow. Have a roadblock that I cant figure out. We are using the self hosing community edition. Example: pretty simple excel node - fill out all the parameters - the authO is working because it pulls up my workbook, worksheet and table name. Get it all set and click execute step and get an error: Problem running workflow. Cannot read properties of undefined (reading 'execute). It says the same thing when I try to execute any node. So I am thinking it is maybe something inside of our n8n installation? Ideas?

Describe the problem/error/question

What is the error message (if any)? Problem running workflow. Cannot read properties of undefined (reading 'execute).

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: community edition 1.108.2 - did not use docker
  • Database (default: SQLite): Sorry, dont know.
  • n8n EXECUTIONS_PROCESS setting (default: own, main): dont know what this is
  • Running n8n via (Docker, npm, n8n cloud, desktop app): url direct to our server
  • Operating system: windows 11

Hey @Kimmi :waving_hand:

I’ve tried your workflow on my self-hosted n8n over Docker and there was no issue. I believe your workflow is OK and as you guessed it must be your n8n runtime/installation issue. Try to reinstall. :waving_hand:

Try re-deploying, this usually resolves these issues. You could also try to update while at it, if you want to.

Edit: ah, emperial beat me to it :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.