Results 3 comments of rjpalermo1

Bump - same. Is this project active any longer?

FYI here's a snip of the dockerenv.py ``` HOST = 'http://dev/' MEDIA_ROOT = '/usr/local/taiga/media' MEDIA_URL = 'http://dev/media/' ```

So the fix is to add API_DOMAIN: "dev.mysite.com" FRONT_DOMAIN: "dev.mysite.com" to your Docker Compose and docker up again...all good now