Closed amite closed 5 years ago
👋
I assume you mean that you upgraded gatsby
to 2.4.2
? If that is the case, I don't quite follow what version of gatsby-source-airtable
you are on. We fixed a bug in 2.0.6
that seems like the error you are seeing. Check the release notes here.
I have the same error, how can I resolve this?
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"dot-env": "0.0.1",
"gatsby": "^2.4.2",
"gatsby-image": "^2.0.29",
"gatsby-plugin-brotli": "^1.0.0",
"gatsby-plugin-lodash": "^3.0.4",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-netlify": "^2.0.10",
"gatsby-plugin-nprogress": "^2.0.8",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-plugin-stylus": "^2.0.6",
"gatsby-plugin-typography": "^2.2.7",
"gatsby-source-airtable": "^2.0.8",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-transformer-remark": "^2.2.4",
"gatsby-transformer-sharp": "^2.1.13",
"graphql": "^14.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"react-imgix": "^8.6.1",
"react-typography": "^0.16.18",
"rebass": "^3.0.1",
"styled-components": "^4.1.3",
"styled-system": "^5.0.12",
"typeface-ibm-plex-sans": "0.0.61",
"typeface-unifrakturmaguntia": "0.0.72",
"typeface-yatra-one": "0.0.72",
"typography": "^0.16.18"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}
@fustkilas would you be able to do a little digging for me on this? The first thing I would try would be to upgrade some of your dependencies. It is very difficult for me to provide any guidance just based on a list of possible dependencies.
This issue has been automatically marked as stale because it has not had any recent activity for 30 days. It will be closed if no further activity occurs within 7 days. Remove stale label, comment, and/or apply "ongoing issue" label to prevent this from being closed. Thank you for your contributions.
I tried upgrading
gatsby-source-airtable
plugin from2.0.3 ❯ 2.4.2
and the source plugin stopped working and my build has started failing.The full stacktrace says:
The plugin was working just fine in version
2.0.3
Here is my package.json for reference:
Here is what my mappings config looks like: