Karavan Web Application is not loading #1011
-
Hi, might be a dumb question, but I installed apache camel karavan in my Kubernetes cluster following the instructions written on It is not a minikube but a vanilla Kubernetes cluster. java -jar karavan-installer-4.1.0.jar --node-port 30777 --image-registry ****** --git-repository https://gitlab.com****.git --git-username [my username] --git-password "[my password]" I also tried with an access token in the password but then I saw an authentication failed error log entry. When I call the application I get the following screen but it never stops loading: When I take a look into the logs the only thing I see is: │ 2023-12-05 21:29:20,877 ERROR [io.ver.cor.net.imp.ConnectionBase] (vert.x-eventloop-thread-2) Connection timed out So I am not sure what the problem is. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
nvm. specifying the correct branch and quoting the access token was the trick. |
Beta Was this translation helpful? Give feedback.
nvm. specifying the correct branch and quoting the access token was the trick.