Authentication not working? #4071
-
Hey I'm self hosting langfuse, and when I print the logs, I see this:
Have you guys seen this error before? I'm trying to understand which auth failed, the sign in, the database, or maybe something else? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I found a similar discussion regarding the error "No key found for public key" in Langfuse. This issue often relates to incorrect public key or host configuration. In one discussion, it was suggested to check the public/private key and host settings within your application and refer to the integration documentation for examples [1]. To troubleshoot this issue, ensure that your authentication keys are correctly configured in your environment variables. Double-check the public and private keys, and verify that they match the expected values in your setup. Additionally, make sure that the host settings are correctly specified. If the problem persists, consider restarting your application and checking the logs for any additional error messages that might provide more context. |
Beta Was this translation helpful? Give feedback.
-
btw this is the server on which I'm self-hosting |
Beta Was this translation helpful? Give feedback.
NVM I forgot to add one of the required env vars.
Perhaps langfuse can check on INIT that the user has all the required vars? (even before running migrations)
that would make it easier to debug. thanks anyways