taiga-docker icon indicating copy to clipboard operation
taiga-docker copied to clipboard

[BUG] Stylesheets do not load on Django administration

Open Notarin opened this issue 2 years ago • 2 comments

Describe the bug

Django administration does not respect the environmental variable for taiga front end host/domain, instead it relies on the backend domain, which results in the stylesheets not loading due to being mixing http and https

How can we reproduce the behavior

by default bind any port excpet 80 and 443, setup a proxy from port 443 to configured port, and configure taiga-front accordingly ensure https is configured correctly visit django administration, page will display, but resources in the

tag link to taiga-back link, resulting in them being blocked for security

Screenshots

image image ^Image truncated for privacy

Taiga environment

Docker

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Chrome and Firefox
  • Version: 20.04

Notarin avatar Mar 24 '22 23:03 Notarin