Closed hazzyeer closed 1 year ago
WORKAROUND
Rollback to the version 11.13.1
of imgix-url-params
. To do so, add this to your package.json
file:
"overrides": {
"@imgix/gatsby": {
"imgix-url-params": "11.13.1"
}
},
Hey @hazzyeer 👋🏼 , thanks for opening this issue and for posting your work around.
It looks like when we released imgix-url-params
11.14.1
the gif-q
param mistakenly did not include the short_description
property. We failed to catch this at the time because the imgix/gatsby
renovate is not currently configured to automatically bump the imgix-url-params
versions. This would have failed in CI, surfacing the issue sooner.
We're taking steps to fix the issue and ensure it doesn't happen again.
I'll update this ticket once this has been resolved.
Hey @hazzyeer, closing this issue as we just deployed a fix. Please let me know if you encounter further issues, and I'll be happy to re-open this.
Thank you again for reporting this issue!
@imgix/gatsby
is not working any more on build process using the commandgatsby build
. I have the following error:After investigation, the source of the problem is due to the latest changes to the imgix-url-params pacakge with the version
11.15.0
. A rollback to the version11.13.1
solved the problem. I believe that the exception thrown after calling theslice
method as mentioned in the error is caused by the lack ofshort_description
for the parameterparameters
node in this json file.I used the versions
1.7.7
and2.1.2
of@imgix/gatsby
, the same problem.