Forum Discussion
Error editing any pages in our tenant
One of my Client has a mysterious error on there tenant since sometime in July.
No one in the entire tenant can edit any pages on any of the sites in SharePoint, not even if we create new sites. It's not a permission issue and it happens to Users and administrators alike.
The Edit button is clickable, but as soon as you click on it, it says that you can't edit the page.
We have found a workaround, where we can go into the site pages library and in Versioning settings, we specify force checkout when editing. With this setting on it works to edit pages again. I could apply this settings to alla sites in the tenant rather easy with PowerShell, but when a user creates a new site, which they do, this setting won't be applied there. So I rather have a better fix for this.
When I click the edit page I get a network request to startCoAuth. The Collaboration on SharePoint pages has started rolling out in July so my guess is that this is something that could have gone wrong in this tenant when rolling out this feature.
Anyone else seen this problem?
3 Replies
- MarcusEkornCopper Contributor
Hi,
For me there was a spfx extension that was the problem. Microsoft had updated something in the html dom and a solution deployed made the pages impossible to edit.
Do you guys have custom solutions installed?
if you do there is query string parameter you could add to temporary disable them for you.
the parameter is disable3PCode. So I just added ?disable3PCode In the querystring and then I could edit the page.
So I had to update the right solution after I found out this was the problem.You can read more about the parameter here
https://learn.microsoft.com/en-us/microsoft-365/community/query-string-url-tricks-sharepoint-m365#debug-sharepoint-framework-web-parts-and-extensions
- Daan_NBrass Contributor
We have experienced the same issue when using chrome. When using Edge we dont experience this issue.
- ma9004Copper Contributor
HI
I have the same situation here
do you have any news ?