Skip to content
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

Bad request (400) after new install #530

Closed
ranyefet opened this issue Nov 1, 2016 · 1 comment
Closed

Bad request (400) after new install #530

ranyefet opened this issue Nov 1, 2016 · 1 comment

Comments

@ranyefet
Copy link

ranyefet commented Nov 1, 2016

OS: MacOS 10.12.1
Node: 6.4.0
Gatsby: 0.12.6

I just installed gatsby for the first time using npm i -g gatsby and created a new project using gatsby new website.
After installation, I ran gatsby develop my console looks fine (no errors):

Listening at: http://0.0.0.0:8000
webpack built 94d5d608d43bde0b78a2 in 4959ms

When I open my browser at http://localhost:8000 I get the following error:

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "Invalid cookie value"
}

I would love to try out Gatsby, Help is appreciated.

@ranyefet
Copy link
Author

ranyefet commented Nov 1, 2016

Apparently I had an old express cookie which cause the issue, deleting cookies fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant