-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not add LangFuse (regression of PR #7571) #7676
Comments
I found a similar unsolved discussion regarding a URL error when adding Langfuse [1]. To resolve the configuration error for
langfuse:
secret_key: "your_secret_key"
public_key: "your_public_key"
host: "your_host"
project_key: "your_project_key" Ensure that all the required fields, including Additionally, if you are using the if tracing_provider == 'langfuse' and ('project_key' not in decrypt_tracing_config or not decrypt_tracing_config.get('project_key')):
project_key = OpsTraceManager.get_trace_config_project_key(decrypt_tracing_config, tracing_provider)
decrypt_tracing_config['project_key'] = project_key Make sure your configuration and setup align with these methods to ensure the |
PR #7571 added a new field called dify/api/services/ops_service.py Line 67 in b7ff98d
My suggestion fix is to keep |
same question occurred. need to be fixed. |
I think this occurred when the front-end API call was made and the "project_key" field was not passed. When I manually invoked the API, it returned success. |
@gaoyue1989 I figured that as well. But I am not sure if the |
Self Checks
Dify version
0.7.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
Langfuse config should work given the valid secret/public key pairs and the domain.
❌ Actual Behavior
The text was updated successfully, but these errors were encountered: