I'm loading my report via MVC extension. Everything seems to be working correctly, except I have an action on the report that collapses and expands some rows. For some reason when the user does that action, the report is making a PUT request to /api/reports/clients/{x}/instances/{y}/documents/{z}/actions/{x} and is returning a 404 (which then breaks the report).
Why is the report making that request, and why am I getting a 404?
Why is the report making that request, and why am I getting a 404?