Not sure if this an issue with Umbraco Core, or Nested Content. Recently updated 7.3RC to 7.3 and now on nodes with a nested content property I am seeing the following error;
Request error: The URL returned a 404 (not found):
/umbraco/backoffice/UmbracoApi/Entity/GetByIds
Looking in the chrome console, it's trying to load;
7.3 Error
Not sure if this an issue with Umbraco Core, or Nested Content. Recently updated 7.3RC to 7.3 and now on nodes with a nested content property I am seeing the following error;
Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoApi/Entity/GetByIds
Looking in the chrome console, it's trying to load;
/umbraco/backoffice/UmbracoApi/Entity/GetByIds?type=Document
and throwing a 404.....
Any ideas if this is the package or a problem with the core. I don't seem to get this message unless the node has a nested content property?
Cheers
Chris
Hi Chris,
I haven't tried NC with Umbraco 7.3 myself yet, so not sure what has changed (in terms of property-editors / packages).
We'll investigate the issue further, see what the problem is.
Thanks,
- Lee
This may be due to this issue http://issues.umbraco.org/issue/U4-7260#
Hi,
I had the same issue just now. I don't know what triggered it, but I fixed it by increasing the ClientDependency.config version number.
Cheers Bjørn
That worked for me as well, thanks
is working on a reply...