Django-jet: Popups blank in Django 1.11

Created on 10 Jun 2017  路  5Comments  路  Source: geex-arts/django-jet

Hello, Popups in Related fields in Django 1.11. This is how it looks like:
Before Popup:
screencapture-api-masamijewels-admin-users-customer-add-1497088889650

After Popup:
screenshot from 2017-06-10 16-02-02

It works fine in Django's default admin.

Most helpful comment

I solved this just commenting the 'django.middleware.clickjacking.XFrameOptionsMiddleware' middleware
Screenshot from 2020-02-10 22-09-10

django-treebeard/django-treebeard#126
django-treebeard/django-treebeard#126

https://docs.djangoproject.com/en/3.0/ref/clickjacking/

All 5 comments

@f1nality Hey.

Please come to the django-jet Discord server so we can organize if you like:

Welcome! 馃槃

Hi uroybd, I see that this issue was published more than one year, but in case someone is having to same problem.
The issue comes from a conflict of x-frame-options as you can see in the second screenshot.
to solve it here is link: https://goo.gl/SQoRce

I solved this just commenting the 'django.middleware.clickjacking.XFrameOptionsMiddleware' middleware
Screenshot from 2020-02-10 22-09-10

https://github.com/django-treebeard/django-treebeard/issues/126
https://github.com/django-treebeard/django-treebeard/issues/126

I solved this just commenting the 'django.middleware.clickjacking.XFrameOptionsMiddleware' middleware
Screenshot from 2020-02-10 22-09-10

django-treebeard/django-treebeard#126
django-treebeard/django-treebeard#126

https://docs.djangoproject.com/en/3.0/ref/clickjacking/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mapleflow picture mapleflow  路  8Comments

sysint64 picture sysint64  路  3Comments

ikresoft picture ikresoft  路  5Comments

andreamanni picture andreamanni  路  4Comments

jangeador picture jangeador  路  5Comments