Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

3 Replies

Avatar

Correct answer by
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.