[gatsby-source-strapi] Is v3 compatible with Gatsby v5? #456
Unanswered
AkimaLunar
asked this question in
Q&A
Replies: 1 comment
-
Not sure what's up. I don't personally maintain this plugin. Sounds like some work needs to be done. PRs would be welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have recently upgraded a few dependencies and started seeing missing fields in queries, where the field in a component is pointing to another component. We have upgraded the following:
The docs here say gatsby-source-strapi is compatible with Gatsby v4 (not v3). Should it also work with v5?
To add more context, we are seeing a lot of errors like
Cannot query field "x" on type "STRAPI__COMPONENT_X"
, which we didn’t have before. The data is Strapi and those field are actually populated, but they are not coming through the source plugin and not showing up in the graph.Beta Was this translation helpful? Give feedback.
All reactions