Results 72 comments of rburgst

hmm, your workaround did not work for me :(

is there some trace logging that I can turn on to narrow in on the problem?

getting the following error ``` { "errors": [ { "debugMessage": "You cannot register duplicate fields on the same Type. The field 'content' already exists on the type 'post'. Make sure...

However this error is quite unrelated to my problem. I deactivated GRAPHQL_DEBUG and now got the following error (by stepping through the source) ``` Abstract type Page_Institutioninformation_ContentSection must resolve to...

Hm, after having another look, I cannot find the mentioned ACF field layout in the ACF configuration. However, I noticed that there is a different field group with the same...

It would be very nice if the exception errors that I saw during debugging would be sent in the reply (even without GRAPHQL_DEBUG)

I did some debugging on why the error `You cannot register duplicate fields on the same Type. The field 'content' already exists on the type 'post'. Make sure to give...

Note that this was working fine in * WP GraphQL: 0.9.1 * WP GraphQL ACF: 0.3.3 * ACF : 5.8.7 (note that I can replicate the problem with this version...

Correction, I am no longer to replicate the issue. My problem was that my DB was broken and the ACFs did indeed have no content any longer. After restoring the...

ok, now I can replicate it again with wp-graphql-acf 0.3.5. I have 2 custom fields which have the same named repeater, lets say they are called `acf1` and `acf2`. Both...