ory / examples

A curated collection of examples and solutions created and maintained by the Ory Community.
https://www.ory.sh/community/
Apache License 2.0
135 stars 67 forks source link

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

Open r00ta opened 4 months ago

r00ta commented 4 months ago

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_