InvalidAccessKeyId: The Access Key Id you provided does not exist in our records #11959
Replies: 1 comment 3 replies
-
|
The error "InvalidAccessKeyId: The Access Key Id you provided does not exist in our records" indicates that your Langfuse deployment cannot authenticate with the S3/Blob storage using the configured credentials.(1) For self-hosted Langfuse v3 deployments using Docker Compose, S3/Blob storage is mandatory for storing raw event information.(1)(2) The following environment variables must be correctly configured:(1)
To resolve this issue:
The error you're seeing ("Failed to upload JSON to S3") occurs when the Langfuse worker container cannot write events to S3 storage, which is blocking trace ingestion from your Python SDK.(3) Check your docker-compose.yml file to ensure all S3-related environment variables are properly set for both the langfuse-web and langfuse-worker containers.(2) 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question
I changed the docker-compose.yml to modify redis-ports. when start, in code i set callbacks to use langfuse



when progress start raise the error
the docker logs
How should I solve this?
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
3.152.0
If Langfuse Cloud
No response
SDK and integration versions
langfuse(python-sdk) 3.13.0
Pre-Submission Checklist
Beta Was this translation helpful? Give feedback.
All reactions