Unable to create persisted query in aem
I am setting up a GraphQL endpoint in AEM and can successfully run queries and view responses. However, when I click the "Save As" button and enter a "Query Name," the query is not stored as a persisted query. I encounter the following error while saving the persisted query.
12.03.2025 19:49:34.810 *WARN* [[0:0:0:0:0:0:0:1] [1742480374791] PUT /graphql/persist.json/general/getAuthirlist HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl Requested Path /graphql/persist.servlet is not in available search paths
Is there any config I should to create persisted query?