You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with headless wordpress with gatsby-source-wordpress and WPML.
I'm facing a strange scenario, and probably just need to understand what I'm missing or how it works.
I have some custom posts and translated taxonomies, and in graphql ide on the wordpress side everything is correct. I can see the original posts and the translations.
If I create a translation and run a build or a decelop (or even if develop is running), I can see the translations in gatsby.
The strange thing is that if I run a gatsby clean, and after that run a build or develop, all the translations have disappeared in gatsby.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I am working with headless wordpress with gatsby-source-wordpress and WPML.
I'm facing a strange scenario, and probably just need to understand what I'm missing or how it works.
I have some custom posts and translated taxonomies, and in graphql ide on the wordpress side everything is correct. I can see the original posts and the translations.
If I create a translation and run a build or a decelop (or even if develop is running), I can see the translations in gatsby.
The strange thing is that if I run a gatsby clean, and after that run a build or develop, all the translations have disappeared in gatsby.
Maybe I am overwriting something somewhere?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions