Hello,
My problem here is that when i lauch my docker-compose.yml i dont have any errors in my terminal. However, when i want to go the login page of redash, i have a python error.

I’m new with this.
Thanks, SlothVia

You didn’t create the database.

docker-compose run --rm server create_db

This is part of the docker dev setup instructions.

1 Like

Thx for the help.
Now i did pass one step, however

Still another python error

You didn’t build your front end.

npm build

This is also part of the dev instructions…

1 Like