Replies: 1 comment
|
This "Trace not found" issue where the list shows traces but the detail page cannot load them is typically caused by a ClickHouse timezone misconfiguration. ClickHouse must run with its timezone set to UTC (the default). Langfuse does not support non-UTC ClickHouse timezones. Running ClickHouse with a different timezone will cause queries to return incorrect or empty results. (1) Verify Your ClickHouse TimezoneRun this query against your ClickHouse instance: SELECT timezone()This should return How to FixIf the timezone is not UTC, update your ClickHouse server configuration to remove any custom timezone setting and restart the server. (1) The same UTC requirement applies to PostgreSQL as well — all infrastructure components must use UTC. (1) Additional ChecksIf the timezone is already UTC, verify that:
The trace list query and trace detail query may use different query paths, which explains why the list works but detail lookups fail when there's a timezone mismatch. 📚 Sources: Have another question? Just tag @inkeep. |
Uh oh!
There was an error while loading. Please reload this page.
Describe your question
Describe the bug
I am running Langfuse self-hosted v4.6.0.
The Tracing list page shows traces correctly, but when I click a trace, the detail page shows:
"Trace not found
The trace is either still being processed or has been deleted."
The trace data exists in ClickHouse, but the UI cannot load the trace detail.
Langfuse setup
Deployment:
Version:
Components:
Steps to reproduce
Tracing -> select a trace from the list
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
4.6.0
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
All reactions