This content is no longer supported in this context - what does this mean?
I have created a new instance in Umbraco cloud, which I cloned to my local system and then installed the latest uSkinned theme. All works nicely on my local env. However having pushed up changes and deployed new content. My live env is throwing errors:
Request error: The URL returned a 404 (not found):
/umbraco/backoffice/UmbracoApi/Content/GetEmptyByKey
They clear away leaving this (see screengrab below):
Any ideas what I am missing?
Message:
Unhandled controller exception occurred for request '"https://nick-lewis-digital.s1.umbraco.io/umbraco/backoffice/api/USNPageName/GetDefault?currentNodeID=-1"'
I looked at the Cloud logs and it shows:
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at USNStarterKit.Controllers.USNPageNameController.GetDefault(Int32 currentNodeID)
at lambdamethod(Closure , Object , Object[] )
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass62.
This content is no longer supported in this context - what does this mean?
I have created a new instance in Umbraco cloud, which I cloned to my local system and then installed the latest uSkinned theme. All works nicely on my local env. However having pushed up changes and deployed new content. My live env is throwing errors:
Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoApi/Content/GetEmptyByKey
They clear away leaving this (see screengrab below):
Any ideas what I am missing?
Message: Unhandled controller exception occurred for request '"https://nick-lewis-digital.s1.umbraco.io/umbraco/backoffice/api/USNPageName/GetDefault?currentNodeID=-1"'
I looked at the Cloud logs and it shows:
Exception: System.NullReferenceException: Object reference not set to an instance of an object. at USNStarterKit.Controllers.USNPageNameController.GetDefault(Int32 currentNodeID) at lambdamethod(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass62.
This issue has been resolved by uSkinned support. A deployment issue with Umbraco Cloud was causing the error.
Hello, we have the same issues. Anyone that has heard of a solution for it? Newly added theme.
Hi MIkael
Are you still stuck? Let me know, I can help you overcome it.
Cheers
Nick
Hi, no ukinned support helped us out through Umbraco Cloud with some updates.
Mikael
Hi,
For anyone else experiencing this issue, follow these steps:
Please now wait for 5 to 10minutes — we understand that there can sometimes be a delay in Cloud registering code pushes.
Now can you try the following:
is working on a reply...