Hi,
I have created a persistent query and replicated it to publish the instance. It is accessible in the Author instance but not in the publisher instance. Wondering if I'm missing something. Here are a few more details:
URL: https://<AEM publish instance URL>/graphql/execute.json/<project name>/TransactionMessage;code=TestingTrnsaltionMessage
The error it is returning:
{
"errors": [
{
"errorType": "ServletError",
"message": "Internal Servlet Failure",
"details": "No suitable endpoint found."
}
]
}