i have created sharepoint- hosted app , using office api’s within start page. app added in exchange , enter image description hereapp web links referred in appmanifest.xml.
1) on click of link, page renders expected in owa every time except 1st time, following error occurs .
"app error went wrong , couldn't start app. please try again later or contact system administrator." console log shows:“uncaught sys.argumentnullexception: sys.argumentnullexception: value cannot null.parameter name: conversationid “ in outlook-web-16.00.js:
it works expected in subsequent calls.
2) app doesn’t load in outlook client. following error occurs in microsoft office alerts :
app error app not started. close dialog ignore problem or click "restart" try again. p1: apps office p2: 15.0.4719.1001 p3: 0x80010105 p4: following displayed in fiddler: x-msdavext_error: 917656; http/1.1 401 unauthorized ........ .. access+denied.+before+opening+files+in+this+location%2c+you+must+first+browse+to+the+web+site+and+select+the+option+to+login+automatically. .....
all suggestions highly appreciated.
this issue appears when debug outlook apps in debug mode , app exceeded allotted time load required office 365 js files app.
one thing doing avoid issue, in browser using authenticate using o365 account, check box login automatically save time , load client js files faster post authentication step.
Comments
Post a Comment