GraphQL Endpoint is not working on AEM Publish instance | Community
Skip to main content
Mario248
Level 7
May 16, 2025
Solved

GraphQL Endpoint is not working on AEM Publish instance

  • May 16, 2025
  • 3 replies
  • 1205 views

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 ?

Best answer by muskaanchandwani

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?

3 replies

muskaanchandwani
Adobe Employee
muskaanchandwaniAdobe EmployeeAccepted solution
Adobe Employee
May 16, 2025

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?

Mario248
Mario248Author
Level 7
May 20, 2025

@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 ?

PRATHYUSHA_VP
Community Advisor
Community Advisor
May 19, 2025

Hi @mario248 

 

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

 

Thanks

Mario248
Mario248Author
Level 7
May 20, 2025

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