Replies: 1 comment 1 reply
-
|
Logs from the proxy service and the browser console would be helpful for troubleshooting this one. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Dear all,
I have been maintaining the teleport package for openSUSE for quite some time. As I moved my private teleport installation to kubernetes, I have a vagrant setup to test the package once in a while.
https://github.com/johanneskastl/teleport_with_vagrant_libvirt
(major overhaul and update is in progress)
Starting with 18.x, I can start up the server, accept the self-signed certificate and get the webUI. I can create a user via
tctl users add first_user..., set the pasword and OTP. I then get a button saying "Go to dashboard". After clicking this button the only thing is an "internal error" sayingpath not found.Using the same setup with 17.x this works and I get the dashboard.
So it seems I missed some change going from 17.x to 18.x in regards to the packaging. Could anyone point me in the right direction, as I fail to notice the obvious changes (or I need more coffee...).
Thanks in advance!
Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions