Try passing the tag value instead of the tag path//Try this
// Find resources directly associated with the tag
Resource tagResource = resourceResolver.getResource(faqTag);
Instead of this
// Find resources directly associated with the tag
Resource tagResource = resourceResolver.getResource(faqTag...
Hi All, The request was going to a different dispatcher and publish instance and I was working on another setup. We added above mentioned rewrite rules and dispatcher rules in our server setup and started working. Thank you all.
Hi Anchal, In the publish instance when I access the persisted query, I see JSON response and getting persistence error in the dispatcher, and in the network tab status is 404. screenshot - dispatcher status 404 screenshot - publish instance status 200
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 filesin rewrite file RewriteCond %{REQUEST_URI} ^/graphql/execute.json
RewriteRule ^/(.*)$ /$1;.json [PT] in dispa...
With pathbrowser it is working but I was trying to use the assetpicker twice (1 - desktop, 1 - mobile). Looks like the assetpicker and thumbnail preview are tightly coupled (hardcoded in JSP and JS files) with node name 'image' under jcr:content.
Hi, OOTB page properties dialog has thumbnail tab which allow to select an asset from DAM or upload from file system. I tried to have a custom tab with another thumbnail. I can drag and drop different assets on ootb thumbnail and custom thumbnail but when I save the page properties and open again bo...