I have create a sharepoint hosted app. On the default.aspx page I have added a webpart. The code is as follows.
<WebPartPages:WebPartZone ID=”QuickItems67″ runat=”server” FrameType=”None” class=”row”>
<WebPartPages:XsltListViewWebPart ID=”XsltListViewWebPart”
runat=”server” ListUrl=”Lists/QuickItems” IsIncluded=”True”
NoDefaultStyle=”TRUE” Title=”Admin Configurations”
PageType=”PAGE_NORMALVIEW” Default=”False”
ViewContentTypeId=”0x”>
</WebPartPages:XsltListViewWebPart>
</WebPartPages:WebPartZone>
Quick items list is promoted links list. When I deploy the app I get following error on the page.
Correlation ID:238ffd9c-7eb8-901d-33a1-bf6ff3d535a9
What can be the issue?