Data isn't updating with gatsby-source-wordpress (Advanced Custom Fields) #30847
Unanswered
jackharding
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fields that I know are populated are returning null after running
gatsby develop
. Running the equivalent query in the WP GraphQL playground returns the correct data. I've tried first runninggatsby clean
but the problem remains. Is there some kind of caching going on elsewhere?The query:
Versions:
"gatsby": "^3.2.1"
"gatsby-source-wordpress": "^5.2.3"
Beta Was this translation helpful? Give feedback.
All reactions