Skip to main content


 

Symptoms


I have an appified sharepoint list that gives a 404 error for both the edit and display forms. I am a domain and site collection admin. The Edit form is the default edit form created by k2, I had edited the new and edit forms before testing any of the forms after the initial K2 Appification.
 

Diagnoses


The 404 error is returned when calling the following http request, from fiddler:
http://sharepointsite/_api/Web/lists/getbyid('40aa0c8a-2a42-462a-9b82-99e22d0c2f92')/items?$select=FileLeafRef,FileRef,FileDirRef,ContentTypeId,Title,Employee_x0020_Name,a_x002e__x0009_Title_...20substringof('_.000',FileLeafRef)%20and%20startswith(FileDirRef,'/Lists/Exit2')and$top=1
 

Resolution

The issue mentioned on this ticket is fixed in 4.7 and we handle the REST calls different that fixes this issue. I cannot repro this on 4.7

For 4.6.11 you can try the following workaround: Edit the SHAREPOINT web app web.config

Find the requestLimits node under hiddenSegments and replace with the following


Find the httpRuntime node under system.web (Should be the first hit from the top) and replace with


Do an iisreset on your sharepoint WFE.




 
Be the first to reply!

Reply