The specified document had an invalid configuration
Just updated from Umbraco 14.3.0 to Umbraco 15.1.1.
I created a new blog article but when I try to publish it (using the Publish action link), I'm getting the following error shown in the UI: 'The specified document had an invalid configuration'
If I look in the Umbraco log file it says:
Document {ContentName} (id={ContentId}) has been published.","@tr":"a1d6cd3c74d9ada1e6ba78d00bcde2d9","@sp":"419d86490570425c","ContentName":"Blog","ContentId":1237,"SourceContext":"Umbraco.Cms.Core.Services.ContentService","ActionId":"10569762-3681-4728-a6c5-139c51d7c13d","ActionName":"Umbraco.Cms.Api.Management.Controllers.Document.PublishDocumentController.Publish (Umbraco.Cms.Api.Management)","RequestId":"400001bf-0001-fd00-b63f-84710c7967bb","RequestPath":"/umbraco/management/api/v1/document/6b12bccc-5a84-4a2c-99a6-e0acf332d70c/publish"
Further investigation, using the browser developer tools, indicates that the management API requires an authentication token and this call
/umbraco/management/api/v1/document/{id}/publish is failing with a 403.
I'm logged in to the backoffice as Administrator - surely the backoffice itself already has authentication.
On another tack, I read an article on Umbraco 14/15 authorization which said that User Groups can be granted access to the management api using the backoffice, but I have no options for API access for any of my User Groups.
Bottom line is I can't publish anything in Umbraco 15!
The specified document had an invalid configuration
Just updated from Umbraco 14.3.0 to Umbraco 15.1.1. I created a new blog article but when I try to publish it (using the Publish action link), I'm getting the following error shown in the UI: 'The specified document had an invalid configuration' If I look in the Umbraco log file it says:
Document {ContentName} (id={ContentId}) has been published.","@tr":"a1d6cd3c74d9ada1e6ba78d00bcde2d9","@sp":"419d86490570425c","ContentName":"Blog","ContentId":1237,"SourceContext":"Umbraco.Cms.Core.Services.ContentService","ActionId":"10569762-3681-4728-a6c5-139c51d7c13d","ActionName":"Umbraco.Cms.Api.Management.Controllers.Document.PublishDocumentController.Publish (Umbraco.Cms.Api.Management)","RequestId":"400001bf-0001-fd00-b63f-84710c7967bb","RequestPath":"/umbraco/management/api/v1/document/6b12bccc-5a84-4a2c-99a6-e0acf332d70c/publish"
Further investigation, using the browser developer tools, indicates that the management API requires an authentication token and this call /umbraco/management/api/v1/document/{id}/publish is failing with a 403.
I'm logged in to the backoffice as Administrator - surely the backoffice itself already has authentication.
On another tack, I read an article on Umbraco 14/15 authorization which said that User Groups can be granted access to the management api using the backoffice, but I have no options for API access for any of my User Groups.
Bottom line is I can't publish anything in Umbraco 15!
Anyone any ideas? Thanks
is working on a reply...