You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The first is a POST request
Then a Vue warning: "Cannot read property 'allWordPressPost' of undefined""
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
The text was updated successfully, but these errors were encountered:
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:The first is a POST request
Then a Vue warning: "Cannot read property 'allWordPressPost' of undefined""
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:
The text was updated successfully, but these errors were encountered: