You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@assem-ch This seems to be an issue with gunicorn, the UI looks fine with manage.py runserver, but the UI breaks after I run collectstatic and than gunicorn app.wsgi.
Could you please share an example directory structure and settings config? That'd be really helpful
I also had a problem with this, in my case I serve static is on s3. templatetag jet_append_version was returning an invalid url causing the files to not load. Overwriting jet_append_version solved the problem for me.
Followed all the steps given in the documentation: https://pypi.org/project/django-jet-reboot/
Ran migrations and everything was setup without errors, but the UI is broken
The text was updated successfully, but these errors were encountered: