Closed MSaifAsif closed 7 years ago
You need probably to set the JHIPSTER_SECURITY_AUTHENTICATION_JWT_SECRET as environnement variable.
Can you try: docker run --rm --name registry -p 8761:8761 -e SPRING_PROFILES_ACTIVE=dev,native -e JHIPSTER_SECURITY_AUTHENTICATION_JWT_SECRET=xxxxxxx jhipster/jhipster-registry
?
Yes that's the issue, I get it quite often, that's because you didn't configure your "native" or "git" profile correctly -> have a look at the documentation for this, I wrote it there
I agree we should have this easier on the first run.
I am running it via docker with the following command
Logs look fine to me
but when I try to login with
admin/admin
credentials, I get an error. Attaching screenshot