-
From the desktop app I opened http://localhost:42110/config to generate an API key, but I can't see anything related to the API. |
Beta Was this translation helpful? Give feedback.
Answered by
2gn
Mar 22, 2024
Replies: 1 comment 1 reply
-
Turned out I was running Khoj in anonymous mode. It's specified inside docker-compose.yml. As discussed in #674, when running khoj in anonymous-mode you don't need to set API key. My problem was that I configured http"s"://localhost:42110 as the server URL, but it doesn't work since it doesn't support SSL by default. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
2gn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turned out I was running Khoj in anonymous mode. It's specified inside docker-compose.yml.
As discussed in #674, when running khoj in anonymous-mode you don't need to set API key.
My problem was that I configured http"s"://localhost:42110 as the server URL, but it doesn't work since it doesn't support SSL by default.