jmrivas86/django-json-widget

ReferenceError: JSONEditor is not defined In production

Closed this issue · 1 comments

  • django-json-widget version: 2.0.1
  • Django version: 2.2.28
  • Python version:3.7
  • Operating System:Ubuntu

Description

It's working as expected in local but when I am trying to run it on production for postgres json fields, it's showing blank and in the console it's throwing the error ReferenceError: JSONEditor is not defined

It was due to cross origin request