Replies: 2 comments
-
|
Look at the server logs. There will be a detailed error and stack trace. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I resolved the issue. the issue is caused by env file setting(REDIS_URL). I saw the logs from docker image named web, there was some log for redis authentication. I wrote REDIS_URL=redis://:password@redis:6379 and re-run the docker compose up, It work properly. Thanks for your effort! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to configure self hosted keygen with docker compose.
I followed your instruction in the web page(https://keygen.sh/docs/self-hosting/)
after execute "docker compose up", I tried to reach to the server with ping api(https://{URL}/v1/ping)), it returns proper response.
Then I want to generate token with api(/v1/token), it returns error.
{"meta":{"id":"a9e289d2-8ec8-4c82-ba66-4ea49648f193"},"errors":[{"title":"Internal server error","detail":"Looks like something went wrong! Our engineers have been notified. If you continue to have problems, please contact support@keygen.sh."}]}
How do I fix this?
Beta Was this translation helpful? Give feedback.
All reactions