Problem with Gmail workflow activation

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 gmail module work fine when I test the workflow, but I can’t activate it.

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:

The n8n versión is 1.47.0
n8n EXECUTIONS_PROCESS setting (default: own, main) - I don’t know this :frowning:
Iam running n8n in a Render and the deploy was from Github repository.

Hi @Jaime_Koochoy1,

Welcome to the community! :dizzy:

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"

Then compare the dependencies in there with the Node.js dependencies n8n requires - n8n/packages/nodes-base/package.json at master · n8n-io/n8n · GitHub; n8n/packages/cli/package.json at master · n8n-io/n8n · GitHub - and install the missing ones.

It could be that just instaling the crypto one is enough, but it could also save you future issues to go over all of them while you’re at it :sunflower:

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