Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI broken when integrating with Django==4.1.5 django-jet-reboot==1.3.3 #71

Open
AbhigyaShridhar opened this issue Jan 12, 2023 · 3 comments

Comments

@AbhigyaShridhar
Copy link

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

@assem-ch
Copy link
Owner

@AbhigyaShridhar Could you please share a screenshot?

@AbhigyaShridhar
Copy link
Author

@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

@jmartenka
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants