AEM 6.5.17 | Graphql - Persisted query not working in dispatcher
Hi All,
In the author and publish instances the persisted queries working fine. but on the dispatcher, it is not working.

I have added the below rules in the rewrite and dispatcher.any files
in rewrite file
RewriteCond %{REQUEST_URI} ^/graphql/execute.json
RewriteRule ^/(.*)$ /$1;.json [PT]
in dispatcher.any
/0060 { /type "allow" /method '(POST|OPTIONS)' /url "/content/_cq_graphql/*/endpoint.json" }/0061 { /type "allow" /method '(GET|POST|OPTIONS)' /url "/graphql/execute.json*" }
Thanks,
RadhaKrishna