AEM6.5 SP13 | Graphql Not working
Hi All,
I am using AEM6.5 SP13. I need to export content fragment headless content using graphql to external systems.
Every time I am running query on
http://localhost:4502/content/graphiql.html
Getting below error.
{
"errors": [
{
"message": "Failed to execute 'text' on 'Response': body stream already read",
"stack": "TypeError: Failed to execute 'text' on 'Response': body stream already read\n at http://localhost:4502/content/graphiql.html:81:33\n at async https://unpkg.com/graphiql/graphiql.min.js:29:224769"
}
]
}
Could anyone suggest what am I missing here?
In tools --> general I could not see graphql query editor option.
Any help is highly appreciated.
Thanks,
Pradeep