The issue was that the package dll was not getting transferred, I added the package details to installed package.config manually and pushed the code to live. Then included the archetype.dll manually that was missing still. This resolved the issue, hope this helps someone in future
"the property editor with alias imulus archetype does not exist on umbraco cloud"
Getting this error on Umbraco cloud for imulus archetype:
Message: No property editor found, converting to a Label
Exception: System.NullReferenceException: The property editor with alias Imulus.Archetype does not exist
Does anyone know how to resolve this?
I've not used Umbraco cloud but usually you would have to install the Archetype plugin via NuGet to get access to the data type.
It is already installed and configured in local environment, but this is the error after deployment to cloud
The issue was that the package dll was not getting transferred, I added the package details to installed package.config manually and pushed the code to live. Then included the archetype.dll manually that was missing still. This resolved the issue, hope this helps someone in future
is working on a reply...