I am using the `kratos-selfservice-ui-node` with d...
# general
d
I am using the
kratos-selfservice-ui-node
with docker compose and seems as though I am getting the following error. should I be needing to set this up as instructions dont say so in the quickstart
Copy code
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=...`