Hello,
I'm working with SharePoint Online to create an Intranet with multiple site collections attached to a site hub.
I created a the same page template on every of these sites and set a custom content type to it allowing the users providing custom metadata on these pages (such as the name of the department).
It worked properly until the last friday 12/11/2020 because some users created new pages based on this page template. But, since this Monday (12/15/2020), it is no longer working and all the users are encountering the following error message while saving the page as draft or publishing it:
REST error Error with code -2147024809, System.ArgumentException due to Inner-Message: Invalid data has been used to update the list item. The field you are trying to update may be read only. Exception-Message: [HTTP]:400 - [CorrelationId]:49ca979f-b08b-2000-98d1-94f092ed92c3 [Version]:16.0.0.20802 at Error: Inner-Message: Invalid data has been used to update the list item. The field you are trying to update may be read only. Exception-Message: [HTTP]:400 - [CorrelationId]:49ca979f-b08b-2000-98d1-94f092ed92c3 [Version]:16.0.0.20802 at new t (https://spoprod-a.akamaihd.net/files/sp-client/sp-pages-assembly_en-us_35d65bcb05792076e5f4902acd4f9a88.js:1:328581) at Function.e._getOdataRestApiError (https://spoprod-a.akamaihd.net/files/sp-client/chunk.sp-pages-statemanager_en-us_e6cfd72ee4c780ffb2c9.js:1:21063) at https://spoprod-a.akamaihd.net/files/sp-client/chunk.sp-pages-statemanager_en-us_e6cfd72ee4c780ffb2c9.js:1:23770}
While editing the page, if the users click on the "Page details" button, the following error is displayed:
When clicking on Page details to fill custom properties provided by the custom content type :
Can't get page details. There may be a connection issue or other issue. Refresh the page and try again.
Below, you can find the screenshots of the errors and the browser console with all the errors displayed.



All the errors shown in the browser console and in popup messages seem to be SharePoint internal errors.
These errors occur on every site collection of the intranet.
I tested several things and I found out that if I create a new content type and set it to the custom page template, it works properly. But the thing is nobody did any action on the sites during the weekend and everything is broken now. I have around 25 site collections with several custom content types on each site and I don't want to create them again.
Does any updates has been done by Microsoft on the SharePoint tenants this weekend?
Thank you very much. !