Forum Discussion
Unable to render SharePoint lists as iFrame in ReactJS
- Aug 02, 2023
you need to enable the Site Collection Feature "Publishing Infrastructure" first.
But again: You configure some Features of SharePoint back to an old version and you might disable some newer features by doing so... (This possibility could also be disabled by Microsoft at some time).
Best Regards,
Sven
Hi SvenSieverding ,
For to make the POC work, I am trying your 2nd solution. But somehow I am getting this error while trying to activate the "Publishing Feature".
Error:
Site
The feature being activated is a Site scoped feature which has a dependency on a Site Collection scoped feature which has not been activated. Please activate the following feature before trying again: SharePoint Server Publishing Infrastructure f6924d36-2fa8-4f0b-b16d-06b7250180fa
Web
The Site scoped feature being activated has a dependency on hidden Site scoped feature 'FeatureDefinition/15/22a9ef51-737b-4ff2-9346-694633fe4416' (ID: '22a9ef51-737b-4ff2-9346-694633fe4416'). Hidden features cannot be auto-activated across scopes. There may be one or more visible Site scoped features that auto-activate the dependent hidden feature.
Web
The Site scoped feature being activated has a dependency on hidden Site scoped feature 'FeatureDefinition/15/dffaae84-60ee-413a-9600-1cf431cf0560' (ID: 'dffaae84-60ee-413a-9600-1cf431cf0560'). Hidden features cannot be auto-activated across scopes. There may be one or more visible Site scoped features that auto-activate the dependent hidden feature.
Also, you suggested this change is huge.
May I know whether this will work or not in ReactJS ?
And If we do this, we are kind of bypassing the security right?
you need to enable the Site Collection Feature "Publishing Infrastructure" first.
But again: You configure some Features of SharePoint back to an old version and you might disable some newer features by doing so... (This possibility could also be disabled by Microsoft at some time).
Best Regards,
Sven