-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADAPT-000: GraphQL error and storyblok-js-client fixup #231
Conversation
@@ -115,6 +125,7 @@ module.exports = { | |||
accessToken: process.env.GATSBY_STORYBLOK_ACCESS_TOKEN, | |||
homeSlug: "home", | |||
resolveRelations: storyblokRelations, | |||
resolveLinks: 'url', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While looking at the netlify preview, I found that it has that same weird /default in the Main nav link issue we had on alumni, so I added this bit here, but I'm still seeing that problem on the Netlify preview. @mattanglin or @sherakama do you remember what else we had to do to fix that problem? I believe Nathan also mentioned that he ran into this issue as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yvonnetangsu To fix this we need to manually add the [email protected]
(locked to the version) to our package.json. It's a dependency of the gatsby-source-storyblok
package, but they published some breaking changes in v4.1.4...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh that was it. Will do. Thanks, @mattanglin !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! 👍🏼
* dev: ADAPT-000: GraphQL error and storyblok-js-client fixup (#231) ADAPT-3147 | @mattanglin | pipeline status checks (#221) # Conflicts: # package-lock.json # src/components/media/aspectRatioImage.js # src/components/media/fullWidthImage.js # src/components/media/storyImage.js # src/utilities/transformImage.js
@@ -40,6 +40,7 @@ | |||
"react-slick": "^0.28.1", | |||
"sanitize-html": "^2.3.3", | |||
"slick-carousel": "^1.8.1", | |||
"storyblok-js-client": "4.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty
READY FOR REVIEW
Summary
npm run develop
while reviewing the focal point branchstoryblok-js-client
at version 4.1.3 to avoid link issue (with /default in the internal links)Review By (Date)
Criticality
Review Tasks
Setup tasks and/or behavior to test
Front End Validation
Backend / Functional Validation
Code
Code security
General
Affected Projects or Products
Associated Issues and/or People
@mention
them here)Resources