mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
evolution api latest version issues #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrj0b on GitHub (Oct 6, 2025).
Template Name
evolution api
Relevant Logs of the Error
after updating to the latest version of evolution api the new features are not working properly like n8n integration and openai and evoai, when i try to enable the n8n integration i get Error: N8n is disabled
Steps to Reproduce the Error
update evolution api to the latest version 2.3.4 and try the n8n integration or openai or any new integrations
Environment Information
When does this error occur?
When accessing the application
Additional Context
the new features needs to be configured and enabled on the template
Will you send a PR to fix it?
Maybe, need help
@mrj0b commented on GitHub (Oct 6, 2025):
fixed n8n by adding
N8N_ENABLED=true
to the compose file but other integrations and features are still not working i'm personally not interested in the other integrations i only needs n8n integration
@mrj0b commented on GitHub (Oct 6, 2025):
i fixed everything except for the evoai i could not find any documentations for it but everything else is fixed and working, i'll make a pull request when i get the time