gatsby-starter-silverstripe develop failed

Silverstripe Version: 4.5

Hi all, has anyone had a go with gatsby-starter-silverstripe?

My ss site was working until “gatsby develop”. Just saw the new FirstTable website that was built with gatsby and it looks incredible!

I’m trying to build an online sign up page as well and it would be super awesome if I could get this working.

So far, it seems like I can’t query “silverStripeDataObject” in __gatsby/graphql before “gatsby develop”.
I could query __schema and readSilverStripeOnePage etc but not the actual allSilverStripeDataObject
It failed when fetching data I think - “Fetching SilverStripe data failed Cannot read property ‘data’ of undefined” , has not change any code pulled from github too… been stucked for two days and wasn’t sure where it went wrong…
Any help or advice would be much appreciated!

composer and gatsby info as below respectively.
{
“name”: “silverstripe/installer”,
“type”: “silverstripe-recipe”,
“description”: “The SilverStripe Framework Installer”,
“require”: {
“php”: “>=7.3”,
“silverstripe/recipe-plugin”: “^1.3”,
“silverstripe/recipe-cms”: “4.5.0@stable”,
“silverstripe/spamprotection”: “^3.0.1”,
“silverstripe/silverstripe-gatsby”: “dev-master”,
“silverstripe/graphql-devtools”: “^1.0@dev”,
“react/promise”: “^2.7”
},
“prefer-stable”: true,
“minimum-stability”: “dev”,
“extra”: {
“project-files-installed”: [
“app/.htaccess”,
“app/_config.php”,
“app/_config/mysite.yml”,
“app/src/Page.php”,
“app/src/PageController.php”
],
“public-files-installed”: [
“.htaccess”,
“index.php”,
“web.config”
]
}
}
System:
OS: macOS 10.15.4
CPU: (4) x64 Intel® Core™ i5-4288U CPU @ 2.60GHz
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.4.0 - ~/.nvm/versions/node/v12.4.0/bin/node
npm: 6.14.4 - ~/.nvm/versions/node/v12.4.0/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 80.0.3987.163
Firefox: 75.0
Safari: 13.1
npmPackages:
gatsby: ^2 => 2.20.18
gatsby-image: ^2.2 => 2.3.2
gatsby-plugin-manifest: ^2.2 => 2.3.3
gatsby-plugin-offline: ^3.0 => 3.1.2
gatsby-plugin-react-helmet: ^3.1 => 3.2.2
gatsby-plugin-sass: ^2.1 => 2.2.1
gatsby-plugin-sharp: ^2.2 => 2.5.4
gatsby-plugin-tslint: ^0.0.2 => 0.0.2
gatsby-plugin-typescript: ^2.1 => 2.3.1
gatsby-source-filesystem: ^2.1 => 2.2.2
gatsby-source-silverstripe: ^1 => 1.5.1
gatsby-transformer-sharp: ^2.2 => 2.4.4
npmGlobalPackages:
gatsby-cli: 2.11.7