Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Having trouble with JSON Object on publish instance

Avatar

Level 2

Hello every one!

This time I came here for your help, here's the case:

I developed a custom assets gallery using a Java class that take the metadata of the images and pass it to the html, also I build in this class with the metadata of every image a Json Object that later use on a JavaScript file, until here everything work's fine on my author instance!

The thing is, when I publish the page with component everytthing work's fine but my json object. The image metadata is correctly fill with all the info, but the json object is empty.

My question is: Why this object is getting empty? what's the diference between author and publish instance?

3 Replies

Avatar

Community Advisor

Hi,

Mostly we face these type of issues in publisher due to permission issues. Check whether the node is having read permissions in publish instance.

Avatar

Level 2

How are you retrieving the json object? Maybe the request is blocked by the dispatcher