Getting this error on Umbraco cloud for imulus archetype despite it being existent in project:
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?
Sounds like the Archetype binary (the
.dll
in the bin folder of your site) has not been pushed to your Cloud repository. Could you verify that it is actually added to your git repository?