gridsome / gridsome/gridsome-starter-wordpress
fails on POST with 400
- Dominant language
- Vue
- Stars
- 92
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
I configured the `gridsome.config.js` file to point to my site and playing around with the GraphQL explore URL it would appear it has connected correctly but when I run "develop" webpage I get a blank screen with two errors:
1. The first is a POST request

2. Then a Vue warning: "Cannot read property 'allWordPressPost' of undefined""

3. Finally, there is another run-time error which seems like a restatement of the second:

Since the error stems from the **allWordPressPost** query I thought I'd try a sample query from the explorer to see if it worked. Now I must admit I know very little about GraphQL but here are the query results:

> Note: this blog has 1000's of posts from as early as 2001
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.