Replies: 2 comments 3 replies
-
Hey @colecal, I'm here to help you with any bugs, questions, or contributions you have! Let's get to the bottom of this together. I found a similar issue related to the "UNAUTHORIZED" error in the Langfuse server Docker container when integrating with Langflow. Here are some steps to troubleshoot:
These steps should help resolve the issue. If the problem persists, further investigation into logs and network configurations may be necessary [1][2][3]. |
Beta Was this translation helpful? Give feedback.
-
@colecal this is an error that is expected if you try to open a project in the langfuse UI while you do not have proper permissions. This has nothing to do with the langflow integration |
Beta Was this translation helpful? Give feedback.
-
I have generated a langflow docker container for local hosting. I have changed the langflow docker-compose.yml file to include the secret and public key. However, I have a langfuse server docker container that I am receiving the following error in. Is this a issue solely with langfuse or the integration with langflow? Could I please have some advice on how to troubleshoot?
Please see error below:
2024-10-09T16:46:59.830Z error ❌ tRPC failed on traces.filterOptions: UNAUTHORIZED UNAUTHORIZED TRPCError: UNAUTHORIZED at /app/web/.next/server/pages/api/trpc/[trpc].js:645:6786 at callRecursive (file:///app/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:451:38) at Object.next (file:///app/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:460:32) at file:///app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]/node_modules/@baselime/trpc-opentelemetry-middleware/dist/index.js:43:33 at NoopContextManager.with (/app/node_modules/.pnpm/@[email protected]/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js:25:19) at ContextAPI.with (/app/node_modules/.pnpm/@[email protected]/node_modules/@opentelemetry/api/build/src/api/context.js:60:46) at NoopTracer.startActiveSpan (/app/node_modules/.pnpm/@[email protected]/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js:65:31) at ProxyTracer.startActiveSpan (/app/node_modules/.pnpm/@[email protected]/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js:36:24) at file:///app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]/node_modules/@baselime/trpc-opentelemetry-middleware/dist/index.js:42:19 at callRecursive (file:///app/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:451:38)
Beta Was this translation helpful? Give feedback.
All reactions