-
Hello, After having struggled a bit on the selfhost setup of the Community Edition, I thought I was finally done but I can't seem to communicate with api.keygen.selfhost, with the same queries that I use with the official API. I'm always receiving this error though:
The same request work with api.keygen.sh and I believe Caddy is working correctly despite the two following warnings: Web.1 logs:
I don't see anything special here besides the 404 error. I can still ping the API though:
Am I missing something in the Self Hosting doc, or expecting too much (do we need to code our own endpoints?)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Is |
Beta Was this translation helpful? Give feedback.
-
Oh I wanted to say By the way, I saw on several discussions that you were planning to release a selfhosted dashboard in the near future... Do you have any idea when it would be available? |
Beta Was this translation helpful? Give feedback.
Is
KEYGEN_HOST
set toapi.keygen.selfhost
? Without that, the/v1/accounts/<account>/*
namespace can't route correctly. You can likely still use/v1/tokens
(without the account namespace). But I'd confirm that your environment variables are set up correctly first.