seems like the image `kratos-selfservice-ui-node` ...
# talk-kratos
l
seems like the image
kratos-selfservice-ui-node
at least the docker compose files needs a tiny update. when I just copy it from quickstart and try to start it then i get:
Copy code
Attaching to kratos-selfservice-ui-node-1
kratos-selfservice-ui-node-1  |
kratos-selfservice-ui-node-1  | > @ory/kratos-selfservice-ui-node@0.13.0-25 serve
kratos-selfservice-ui-node-1  | > node lib/index.js
kratos-selfservice-ui-node-1  |
kratos-selfservice-ui-node-1  | Cannot start the server without the required environment variables!
kratos-selfservice-ui-node-1  | COOKIE_SECRET must be set and be at least 8 alphanumerical character `export COOKIE_SECRET=...`
kratos-selfservice-ui-node-1  | CSRF_COOKIE_NAME must be set! Prefix the name to scope it to your domain `__HOST-` `export CSRF_COOKIE_NAME=...`
kratos-selfservice-ui-node-1  | CSRF_COOKIE_SECRET must be set and be at least 8 alphanumerical character `export CSRF_COOKIE_SECRET=...`
kratos-selfservice-ui-node-1 exited with code 0
i see they are listed in the docs on docker hub
d
this same issue i just faced now, going through your latest messages helped me resolve the issue
l
Just FYI I have ditched that app for my development. Couldn't get it to work
d
ah I'll do the same, mostly using it for testing before implementing with my Go apps
but thanks for the headsup
l
Same. I am now on keto trying to implement that in my go app backend :) Still nice to have a sample Kratos ui to test public setup
Keto is weird for now but I'll hope to get the hang of it
d
yh we have keto setup at work and is indeed indepth to grasp (part of the reason I'm trying to learn kratos+keto on a smaller scale)
l
👌 🙏 💪