-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Error when adding siteMetaData. it won't run #22812
Comments
Hello @a-ditucalan. Can you share a minimal reproduction of the issue? It would help a great deal to track down the problem. |
Hey @a-ditucalan, I just noticed something: If I make my |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Seems like we have fairly similar report in #23468 and we do have reproduction there (linked issue is bit more complex than just unhelpful error message) |
Description
When I tried to add
siteMetaData
in config file and start running it. it shows Error: Reducers may not dispatch actions. this is new project using gatsby-starter-hello-world-templateSteps to reproduce
module.exports = {
siteMetaData:{
title: 'Fullstack bootcamp'
},
plugins:[
'gatsby-plugin-sass',
],
}
Expected result
it should run the script gatsby develop
Actual result
it return error when I start running gatsby develop
Environment
System:
OS: macOS Mojave 10.14.6
CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.16.0 - /usr/local/opt/node@12/bin/node
Yarn: 1.19.1 - /usr/local/bin/yarn
npm: 6.13.4 - /usr/local/opt/node@12/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 80.0.3987.149
Safari: 13.1
npmPackages:
gatsby: ^2.19.45 => 2.20.12
gatsby-plugin-sass: ^2.2.1 => 2.2.1
npmGlobalPackages:
gatsby-cli: 2.11.4
The text was updated successfully, but these errors were encountered: