Question
Graphql Persistant Query - Failed to save Query
Hi,
I am creating the persistent query for my project but i am getting below error while submitting PUT request on AEM cloud DEV environment.
{
"errors": [
{
"errorType": "PersistenceError",
"message": "Failed to save Query",
"details": "Path: '/conf/<<project_name>>/settings/graphql/persistentQueries' does not resolve to an existing Parent for a Persisted Query"
}
]
}
I checked the path in crx/de and verified that path does exist, am i missing something?