Home › Forums › Backend Issues (wp-admin) › Realtionship Fields Don't Show Values or Filter › Reply To: Realtionship Fields Don't Show Values or Filter
With define( 'SCRIPT_DEBUG', true);
in place, this causes WP and most plugins (that follow the rules) including ACF to load the unminified version of JS files. This means that there is a difference between the minified and unminified version of some script that that the unminified version in some script is causing an error or otherwise interfering with ACF’s AJAX request.
In order to figure out what’s going on you need to figure out what is causing the interference. First remove the line from your config and then deactivate other plugins and maybe switch to a default WP theme to see if you can narrow it down.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.