-
Configuring keycloak...Error: connect ECONNREFUSED 127.0.0.1:8080 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks to @tejash-jl , He found the problem fixed my issue. The issue was that PWD env variable isn't set in sudo space. Hence running the following command fixed the installation issue.
|
Beta Was this translation helpful? Give feedback.
Thanks to @tejash-jl , He found the problem fixed my issue.
The issue was that PWD env variable isn't set in sudo space. Hence running the following command fixed the installation issue.
sudo PWD=${PWD} registry init