jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
440 stars 88 forks source link

ReferenceError: JSONEditor is not defined In production #88

Closed raybittuiq closed 5 months ago

raybittuiq commented 5 months ago

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

raybittuiq commented 5 months ago

It was due to cross origin request