Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

JSON Exporter would not deliver the contents of my pages published in some environments

Avatar

Level 2

I have a page with the following path /content-test/order/image-content-service.html, which is published in all my environments.

When I try getting the JSON model of it /content-test/order/image-content-service.model.json, it returns JSON in some environments. In other environments, it just returns the same page.

I am wondering if there is some environment setting that enables JSON delivery.

Can anybody help?

Thanks,

Leo

1 solución aceptada

Avatar

Respuesta correcta de
Employee

Do you have a Dispatcher front end on those environments, where JSON call is failing? If yes, review the dispatcher rules and make sure that the call is nor denied.

Ver la solución en mensaje original publicado

3 Respuestas

Avatar

Employee

You may want to check this:

Obtaining Page Information in JSON Format

Avatar

Respuesta correcta de
Employee

Do you have a Dispatcher front end on those environments, where JSON call is failing? If yes, review the dispatcher rules and make sure that the call is nor denied.

Avatar

Level 2

berliant​, thanks for your suggestion. After making some changes to Apache rewrite rules for environments in question, the  problem got fixed.