Issue with Ollama Chat Model Logs Not Appearing in n8n AI Agent

I am running n8n on a hosting server and the Ollama server separately. I am currently testing the Ollama Chat Model as the chat model for the n8n AI Agent. However, when I input a chat message, I noticed that the logs for the Ollama Chat Model are not being recorded, as shown in the attached image.

It’s worth mentioning that logs for other nodes, such as the Vector Store Tool and Buffer Memory, are being recorded without any issues.

Could someone help identify the cause of this issue? Any guidance or troubleshooting tips would be greatly appreciated.

Thank you!

Information on your n8n setup

  • n8n version: 1.72.1
  • Database (default: SQLite): qdrant
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: wsl

Welcome to the community @yoon924111 !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


There doesn’t appear any attachment. Additionally, could you paste your workflow here too (see the tips above).

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