You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're experiencing with the chart of average interaction counts per conversation not displaying data could be related to the API returning an empty data array. One known reason for receiving an empty data array in the JSON response is when using a multimodal model with a File type custom field, which can cause the LLM Node to return an empty array [1].
Additionally, ensure that the API endpoint /apps/<uuid:app_id>/statistics/average-session-interactions is correctly set up and that the SQL query logic is functioning as expected. This endpoint requires proper authentication, and the SQL query filters data based on the app_id and optional start and end date-time parameters [2].
Check if there are any specific conditions or filters applied in your setup that might result in an empty data array. Also, verify that the data exists for the specified time range and app ID. If the issue persists, reviewing the backend logic and any console warnings related to CSS properties or API requests might provide further insights.
Self Checks
Dify version
0.14.1
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
The chart of average conversation interaction for chat type apps is not displayed, but it is displayed for agents
✔️ Expected Behavior
correctly display
❌ Actual Behavior
no data in response from backend
The text was updated successfully, but these errors were encountered: