Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

GraphQL Endpoint is not working on AEM Publish instance

Avatar

Level 9

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

 

Mario248_0-1747398208742.png

Mario248_1-1747398219508.png

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

1 Accepted Solution

Avatar

Correct answer by
Employee

hello @Mario248 
This usually means that the endpoint is either not there at all or it is not readable (Eg., protected by ACLs)
Is the GraphQL Endpoint enabled and published? are there any content permissions set?

View solution in original post

8 Replies

Avatar

Level 9

Sorry, These links does not help .

Avatar

Correct answer by
Employee

hello @Mario248 
This usually means that the endpoint is either not there at all or it is not readable (Eg., protected by ACLs)
Is the GraphQL Endpoint enabled and published? are there any content permissions set?

Avatar

Level 9

@muskaanchandwani Thank you for your valuable input. Yes, Both GraphQL Endpoint and Content is published. I logged into pub servlet and confirmed it is there. But the permission was not to persistent query that is inside /conf location. I set the read the permission to "anonymous" user but still I get the same error. I tried to access the endpoint as admin and get the same error. 

{"errors": [{"errorType": "ServletError","message": "Internal Servlet Failure","details": "No suitable endpoint found."}]}

 

I also restarted the aem pub server but no luck. Any bundle that needs to refreshed ?

Avatar

Level 9

I was checking persistent query publish status but forgot to check Graphql endpoint. After publishing Graphql it started working. Thanks for your input.

Avatar

Community Advisor

Hi @Mario248 

 

Did you publish the graphQL endpoint that you've created ? Please check 

 

Thanks

Avatar

Level 4

Hi @Mario248,

Did the shared solution help you out? If yes, kindly consider marking the answer as ‘correct’.

If you’re still facing any challenges, please feel free to continue the conversation here. We’re happy to support further.

 

Avatar

Level 9

Yes, Both GraphQL Endpoint and Content is published. I logged into pub servlet and confirmed it is there.