Describe the problem/error/question
Hi everyone this is my first automation and I’m kind of lost trying to solve this issue, I don’t have any clue why this extra symbols and text are also coming out on each response during my online chat sessions because if I test the chat on n8n it looks perfect!
Example: { “response”: { “text”: " DESIRED CHAT RESPONSE ." } }
I’ll share with you the pdf file also, although I don’t think it has anything to do with this error: https://drive.google.com/file/d/1LH39kF6quHsMEcCkm5xdKpvQEXZL6yvd/view?usp=drive_link
como se llama el proyecto?
{ “response”: { “text”: “El proyecto se llama “ALTOS DE LIBERTAD”.” } }
Please share your workflow
Share the output returned by the last node
text:El proyecto se llama “ALTOS DE LIBERTAD”.
------------- JSON Ouput ---------------
[
{
“response”: {
“text”: “El proyecto se llama “ALTOS DE LIBERTAD”.”
}
}
]
------------------ End JSON Output -------------
--------------Schema Output ---------------
response
text
El proyecto se llama “ALTOS DE LIBERTAD”.
--------------------En Schema Output -----------------------
Information on your n8n setup
- n8n version: 1.57.0
- Database (default: SQLite): Postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main): Self Hosted
- Running n8n via (Docker, npm, n8n cloud, desktop app): Installed with Coolify I guess with Docker, not really sure.
- Operating system: Ubuntu