taigaio / taiga-docker

Mozilla Public License 2.0
1.17k stars 298 forks source link

[BUG] Django admin page is (partially) broken after upgrade to 6.6.0 #107

Open ponceto opened 1 year ago

ponceto commented 1 year ago

Hi!

We have tested an upgrade from taiga-docker 6.5.0 to 6.6.0. All seems to be ok but the Django administration page.

We proceed as follow:

When we open our brower to https://{taiga.domain}/admin, The main Django administration main page is ok.

When we click on any section (eg Project or users), the page is broken, showing a partial main admin page on top then the asked administration section, as you can see in the screenshots.

Main admin page (not broken):

01-django-main-admin

Any other admin page (broken):

02-django-project-admin

Because something seems to be broken, we cannot go to the production with the 6.6.0 version.

Did we miss something ?

Thank you

ponceto commented 1 year ago

Any chance for an answer ?

ChriFo commented 1 year ago

I had the same problem and I think python manage.py collectstatic (mentioned here) in the Taiga-back container helped me 🤔

ponceto commented 1 year ago

Oh, thank you for the tips. I'll retry an upgrade on a VM and try to run collectstatic.