Docker Compose start, vanilla, gets 503 on TUI #12449
Replies: 3 comments 1 reply
-
|
cc: @moabu for comments |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This issue is confirmed. We will check at our soonest. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
seems good,thanks |
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.
-
following the docker compose install, postgres path, eveything seems to be running ok.
Starting TUI give a 503 error, it has the right hostname (which is in /etc/ hosts on the docker container), rest of the data is ok.
Ports 80, 443 are being listening to.
Trying to hit well-known endpoint from within the Jans container, by hostname or ip also fails with 503.
curl -k https://localhost from the container or on on my machine reports 'OK'
Nothing in the dev-tui.log (except JANS CLI Started).
No errors in the cli-debug.log. Also shows POST calls to /jans-auth/restv1/token ok.
Since this is about as generic as it gets, is there an obvious thing I should looking at?
Beta Was this translation helpful? Give feedback.
All reactions