We have an on-prem AEM instance and a GraphQL endpoint setup that works on both author and publish instances. We've added a persisted query by HTTP request, and it works well on author. However, we're having trouble publishing it.
We followed the steps outlined in this article [link], including adding the /conf/{site_name}/settings folder in the filter of our existing package, building it, and replicating the package. Despite these efforts, when we try to access the persisted query endpoint on the publish instance, we receive a PersistenceError (Could not find persisted query) error.
We've searched for solutions but have not found any that work. And we can't use GraphiQL explorer on on-prem AEM. Does anyone have any suggestions or experience with successfully publishing persisted GraphQL queries on an on-prem AEM? Thank you in advance for your help.