Hi,
I have installed this plugin to build my headless CMS using the next.js and when I install this plugin and go to the ACF > Fields Group > Home then the page keeps loading and after 2 minutes it shows the below errors in the console. Also, the GraphQL page doesn’t work when this plugin is installed.
Uncaught TypeError: Cannot read properties of undefined (reading ‘outerHTML’)
at t.fn.outerHTML (acf.min.js?ver=6.2.6.1:1:28132)
at n.addTab (acf-input.min.js?ver=6.2.6.1:1:46974)
at n.initialize (acf-input.min.js?ver=6.2.6.1:1:44459)
at n.e (acf.min.js?ver=6.2.6.1:1:3259)
at acf.Model (acf.min.js?ver=6.2.6.1:1:3393)
at n as constructor
at new n (acf.min.js?ver=6.2.6.1:1:6560)
at acf.newField (acf-input.min.js?ver=6.2.6.1:1:58891)
at acf.getField (acf-input.min.js?ver=6.2.6.1:1:60352)
at HTMLDivElement. (acf-input.min.js?ver=6.2.6.1:1:60482)
My setup
WP 6.4.1
ACF Pro 6.2.6.1
WPGraphQL 1.21.0
WPGraphQL for ACF 2.1.2
Thanks