Hello everyone!
I am having this problem with this workflow trigger. When I setup a Gmail trigger I can’t activate the workflow. The page shows me the following error message:
The n8n versión is 1.47.0
n8n EXECUTIONS_PROCESS setting (default: own, main) - I don’t know this
Iam running n8n in a Render and the deploy was from Github repository.
This error usually means there are some dependencies missing. Some dependencies might not be available in Render’s default Node.js versions and will need you to install them manually.
I’d say to start by checking which Node.js version Render is using. you can use the CLI render run --exec "node -p process.env.NODE_VERSION"