-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 9.1-SNAPSHOT
-
Fix Version/s: ADDONS_9.1
-
Component/s: Salesforce
-
Tags:
-
Sprint:nxSL Sprint 9.2.1, nxSL Sprint 9.2.2
-
Story Points:8
We are having a pb with the Salesforce addon: The iframe in Salesforce is displayed, but it shows an” Internal Server Error”. Server-side configuration includes:
- {nuxeo.frame.options = }
in nuxeo.conf
- the following xml contribution:
<require>org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService.defaultContrib</require> <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService" point="responseHeaders"> <header name="X-Frame-Options" enabled="false"/> </extension>
Server logs attached.