evolution-api icon indicating copy to clipboard operation
evolution-api copied to clipboard

N8N 1.83.2 node evolution community node 1.0.4 is not recognized

Open UniVersos1 opened this issue 9 months ago • 2 comments

Welcome!

  • [x] Yes, I have searched for similar issues on GitHub and found none.

What did you do?

Hello, i get an error in selfhosted n8n using docker version 1.83.2

Workflow execution had an error Unrecognized node type: n8n-nodes-evolution-api.evolutionApi

What did you expect?

regular use of evolution in n8n

What did you observe instead of what you expected?

Workflow execution had an error Unrecognized node type: n8n-nodes-evolution-api.evolutionApi

Screenshots/Videos

No response

Which version of the API are you using?

1.0.4

What is your environment?

Windows

Other environment specifications

No response

If applicable, paste the log output

No response

Additional Notes

No response

UniVersos1 avatar Mar 26 '25 05:03 UniVersos1

Same problem here.

rennanfelipeto avatar Apr 29 '25 18:04 rennanfelipeto

I had the same issue, please restart your containers and it should be fixed then

AhmadBinKhalil avatar May 15 '25 16:05 AhmadBinKhalil

En tu stack pon esto en editor / worker / webhook:

  N8N_COMMUNITY_PACKAGES_ENABLED: 'true'
  N8N_UNVERIFIED_PACKAGES_ENABLED: 'true'
  N8N_COMMUNITY_PACKAGES: n8n-nodes-evolution-api
  N8N_REINSTALL_MISSING_PACKAGES: 'true'

EmanuelMdz avatar Sep 26 '25 01:09 EmanuelMdz