Sorry, something went wrong
An error has occured.
After digging in the ULS Logs (loglevel has to be set to default) I came across those errors:
Exiting GetWOPITargetInternal Early - GenerateWacUrl failed to produce a URL/actionEntry for file
and also
SPShareByLinkHandler.Initialize : Not a ShareByLink request - missing access token
The issue was that the SPWOPIZone was not the same as the SPWOPIBinding Setting. I used "internal-https" in SPWOPIBinding and "external-https" as SPWOPIZone. Setting both to the same value resolved this issue:
set-spwopizone "internal-https" set-spwopibinding "internal-https"
No comments:
Post a Comment