-
Notifications
You must be signed in to change notification settings - Fork 5.9k
error 404- sendText #2242
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Welcome!
- Yes, I have searched for similar issues on GitHub and found none.
What did you do?
A linha toda do erro abaixo:
{
"errorMessage": "Erro ao enviar mensagem de texto",
"errorDescription": "404 - "\n<html lang=\"en\">\n\n<meta charset=\"utf-8\">\n<title>Error</title>\n\n\n
Cannot POST /message/sendText/Treino\n\n\n"",
"errorDetails": {},
"n8nDetails": {
"nodeName": "Enviar texto",
"nodeType": "n8n-nodes-evolution-api.evolutionApi",
"nodeVersion": 1,
"resource": "messages-api",
"operation": "send-text",
"time": "11/19/2025, 2:05:48 PM",
"n8nVersion": "1.118.2 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeOperationError: Erro ao enviar mensagem de texto",
" at sendText (/home/node/.n8n/nodes/node_modules/n8n-nodes-evolution-api/nodes/EvolutionApi/execute/messages/sendText.ts:97:11)",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)",
" at ExecuteContext.execute (/home/node/.n8n/nodes/node_modules/n8n-nodes-evolution-api/nodes/EvolutionApi/EvolutionApi.node.ts:64:24)",
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1093:8)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1274:11)",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1708:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2324:11"
]
}
}
What did you expect?
Esperava o node "enviar-texto" enviar a mensagem que retorna do AI model
What did you observe instead of what you expected?
Mensagem nao esta sendo enviada
Screenshots/Videos
No response
Which version of the API are you using?
Evolution API config:
Parametros do Node "Enviar Texto"
Parametros Webhook:
What is your environment?
Windows
Other environment specifications
Easypanel, versoes do API atualizadas
If applicable, paste the log output
No response
Additional Notes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working