Support

Account

Home Forums Backend Issues (wp-admin) ReferenceError: wp is not defined in input.min.js Reply To: ReferenceError: wp is not defined in input.min.js

  • @elliot Ok we’ve figured out what the problem is – our site contains 10’s of thousands of posts. When when you have a page link field within a repeater and have it set to all posts (as we have thousands of posts over various post types) it simply times out having to loop through so many posts. This then causes the havoc.

    We’ve limited the page links to only show pages and this solved the problem. It is ideal but at least we’re functional again.

    Is there any other way to stop this happening?