Open matseriksen opened 4 years ago
Had to update the @nuxtjs/apollo and apollo-cache-inmemory dependencies to make the project run. I cant get any content returned from the graphql request:
{data: {pages: []}} data: {pages: []} pages: []
If i go to http://localhost:1337/graphql and run the query directly I can see that the content is there. Any ideas?
I'm having the same issue.
Edit: Even dynamic zones netlify example is not working.
Having same issue as above.
working on a fix with #67 - should be out before the end of the week. sorry for the delay
Had to update the @nuxtjs/apollo and apollo-cache-inmemory dependencies to make the project run. I cant get any content returned from the graphql request:
{data: {pages: []}} data: {pages: []} pages: []
If i go to http://localhost:1337/graphql and run the query directly I can see that the content is there. Any ideas?