GraphQL Endpoint is not working on AEM Publish instance
I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors.
AEM Version - AEM 6.5.17
{
"errors": [
{
"errorType": "ServletError",
"message": "Internal Servlet Failure",
"details": "No suitable endpoint found."
}
]
}I verified both Graphql and CF present on AEM publish instance. Also I enabled below two config as per https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html


There is no error message on log file. Is there anything else I should check ?