Thanks, docker images pulled and are running succe...
# talk-kratos
a
Thanks, docker images pulled and are running successfully now. However, it doesn't work when I visit the link 127.0.0.1:4455 in the browser and click "sign in"
p
Hi @abundant-helmet-43281 are you running the quickstart? or just kratos docker image?
a
Hello, I'm running the quickstart
docker compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
p
4455 should be oathkeeper also use 127.0.0.1
a
this works, but when I click sign in that's when I get the issue above
p
have you linked up the ory cloud with the quickstart?
a
No I haven't, I'm just following the quickstart guide in the docs
p
ah i see, yes this was changed in a later version. Which tag are you on in the kratos repository?
a
Yea, I just double checked the docs and see that there is an update v0.8.0-alpha.2
I checked out that tag now
oops
Error response from daemon: manifest for oryd/kratos:v0.8.0-alpha.2-sqlite not found: manifest unknown: manifest unknown
I guess I need to wait for the CI build?
p
yeah this is a bug and will be re-released. I would recommend to use
git checkout v0.7.6-alpha.1
for now
a
Oh ok I'll do that then
Thanks a lot man
❤️ 1
p
Thank you, and sorry about the inconvenience 🙂
a
It works now! Thank you