Hi @donquixote_dofl,
1. Check Request Accept Header
The .infinity.json suffix should return JSON regardless, but if there’s a difference in the Accept HTTP header (e.g., one environment treats it differently), it could affect Sling’s response type negotiation.
Use a tool like Postman or curl to co...