Request error: The URL returned a 404 (not found):
/umbraco/backoffice/UmbracoApi/ContentType/GetWhereCompositionIsUsedInContentTypes
with data:
{"contentTypeId":1061}
Contact your administrator for information.
Get this when I go to add a composition - any ideas how to resolve the issue the logs show nothing.
Is this a new build or an upgrade? (and which version?)
The lookup to GetWhereCompositionIsUsedInContentTypes was added in 7.11+
essentially when you try to add a composition to a document type that is already used as a composition, it should list the compositions that it is already used in... and this method is called to return that list.
As it's new functionality, I'm wondering if there is a combination of steps that triggers the 404. eg the order in which you add the document type, and then try to pick the composition? what are the steps to reproduce?
If it's an upgrade, then just wondering if the Umbraco dlls that would contain the implementation of the api endpoint, are the correct version?
/umbraco/backoffice/UmbracoApi/ContentType/GetWhereCompositionIsUsedInContentTypes
Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoApi/ContentType/GetWhereCompositionIsUsedInContentTypes with data: {"contentTypeId":1061} Contact your administrator for information.
Get this when I go to add a composition - any ideas how to resolve the issue the logs show nothing.
Hi Lori
Is this a new build or an upgrade? (and which version?)
The lookup to GetWhereCompositionIsUsedInContentTypes was added in 7.11+
essentially when you try to add a composition to a document type that is already used as a composition, it should list the compositions that it is already used in... and this method is called to return that list.
As it's new functionality, I'm wondering if there is a combination of steps that triggers the 404. eg the order in which you add the document type, and then try to pick the composition? what are the steps to reproduce?
If it's an upgrade, then just wondering if the Umbraco dlls that would contain the implementation of the api endpoint, are the correct version?
regards
Marc
Hi Marc Thank you so much for replying. It was indeed an upgrade. Ive since rolled back and did a manual upgrade. Kindest Regards Lori
is working on a reply...