examples icon indicating copy to clipboard operation
examples copied to clipboard

kratos-selfservice-ui fails to start in django-ory-cloud example

Open r00ta opened this issue 1 year ago • 0 comments

Preflight checklist

Ory Network Project

No response

Describe the bug

As per title kratos-selfservice-ui fails to start in django-ory-cloud example

Reproducing the bug

Just docker-compose up the example

Relevant log output

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=...`


### Relevant configuration

_No response_

### Version

main branch of this repo

### On which operating system are you observing this issue?

Linux

### In which environment are you deploying?

Docker Compose

### Additional Context

_No response_

r00ta avatar Feb 23 '24 08:02 r00ta