Execution logs data is missing!

Hi, I just noticed that execution logs tab is missing and when we go to the execution tab within the project logs are gone! It shows only the current time logs. Is anybody facing the same issue?
image

This is the execution logs within the project.

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

I am using below N8n version.

  • n8n version: 1.68.0
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud

Welcome to the community @yves.jauculan !

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!


I can see the same. Will check internally.

1 Like

Hi,

This is fixed now after applying the 1.69.1 version. Thanks for the support!

Yes, that was fixed in 1.69.1, fix(core): Fix broken execution query when using projectId by MarcL · Pull Request #11852 · n8n-io/n8n · GitHub

1 Like

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