Closed ogosengi closed 11 months ago
Hi @ogosengi ,
You can comment on the docker-compose these lines https://github.com/krakend/playground-community/blob/master/docker-compose.yml#L74-L78
# web:
# build:
# context: images/spa-auth-web
# ports:
# - "3000:3000"
and do a docker-compose up again. You don't need this to try KrakenD, other than trying the Auth0 integration
This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.
I try it in company. env firewall and Install env is windows WSL Ubuntu 22.04.2 LTS first problem is docker download, then I solved by "fake authority"(https://stackoverflow.com/questions/50619911/docker-get-https-registry-1-docker-io-v2-x509-certificate-signed-by-unkno).
second. try again. docker-compose up then blow error "npm ERR! code SELF_SIGNED_CERT_IN_CHAIN"
Could I have solution?