This is a migrated thread and some comments may be shown as answers.

API PUT action method returning 404

1 Answer 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bryant
Top achievements
Rank 1
Bryant asked on 06 Mar 2014, 11:06 PM
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?

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 11 Mar 2014, 05:12 PM
Hi Bryant,

Please check the set service address and the applied routing. Inspect with the browser's Console and Fiddler for any additional error messages. You can test if the issue is in the report definition or the project, by running the same report with our local MvcDemo, or another simple report within your current MVC project.

In order to investigate the problem further, please send us a sample project in a support ticket or exact steps how to reproduce the problem, and details about the result of the above suggestions.

Regards,
Stef
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
General Discussions
Asked by
Bryant
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or