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

  • Hey Elliot,

    We’re experiencing this issue as well on a site we’re developing. The new version on github has resolved the error with the wp object, but the issue still persists. The issue being the fact that no fields are being displayed on the page beneath the field that’s having issues.

    In our case it’s a filter & search field that’s looking through 10k+ posts. It seems like this query is hitting some kind of limit (probably time) that’s causing everything to go downhill from there.

    We’re doing our best to limit the scope of the posts it’s pulling in, but it’s still buggy.

    Let me know if you want access so you can poke around.