storyblok / gatsby-source-storyblok

Gatsby source plugin for building websites using the Storyblok headless CMS as a data source.
MIT License
43 stars 35 forks source link

[v3.0.0]: Issue from storyblok-js-client@4.0.X #50

Closed fcisio closed 3 years ago

fcisio commented 3 years ago

Hi, I just opened an issue on storyblok-js-client

Basically, v4.0.X get('cdn/stories') does not return translated stories.

As storyblok-js-client is a regular dependency, once the is a release that fixes this issue, the dependency should be updated.

Thanks

emanuelgsouza commented 3 years ago

:tada: This issue has been resolved in version 3.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

fcisio commented 3 years ago

Hi, my problem was that I wasn't using the language parameter. So I used that parameter on v3.0.0 and all works perfectly.

Now, upgrading to v3.0.1 the whole thing broke.

The main error being:

ERROR #85923 GRAPHQL There was an error in your GraphQL query: Cannot query field "allStoryblokEntry" on type "Query".

Note:


3.0.1 was released when the tests failed? ScreenShot 2021-04-30 at 4 50 47 PM