kgiszewski / Archetype

Archetype is an Umbraco 7 property editor that wraps other installed property editors.
https://github.com/kgiszewski/ArchetypeManual
MIT License
89 stars 54 forks source link

Using Archetype with Umbraco Deploy (not Courier) #396

Closed gardarthorsteins closed 7 years ago

gardarthorsteins commented 7 years ago

Hi,

I'm moving project to the Umbraco Cloud and when trying to transfer nodes I get the error:

System.InvalidOperationException: Could not find Archetype configuration. at Umbraco.Deploy.ValueConnectors.ArchetypeValueConnector.GetValue(Property property, ICollection`1 dependencies)

This is happening with Umbraco version 7.6.1, Archetype 1.13.2 and Umbraco Deploy (not courier).

The first thing I checked was to include the Archetype.Courier.dll resolver file but it will not work with Umbraco Deploy and Umbraco HQ tells me the resolver should be included in Umbraco Deploy and should just work.

Has anybody tried Archetype with the new version of Umbraco Deploy ? Am I maybe just forgetting some configuration file as the error describes ?

All help would be greatly appreciated.

kgiszewski commented 7 years ago

Hi,

This may be a breaking change in the Umb Core. I haven't used Umb since about v7.3.x.

The concept of ValueConnectors seems to be new and I'm unsure of what those are.

Apologies for not knowing these new things. Hopefully another user has some insight.

Regards,

Kevin

kjac commented 7 years ago

@gardarthorsteins is there any new status on this? I'm not using Umbraco Cloud so I can't be of much use in terms of hunting down the error, but I'm quite curious about it.

kgiszewski commented 7 years ago

Closing due to age of ticket with no activity, please re-open if still relevant.

Rabea-M commented 5 years ago

Is there any lead on this from someone, i am facing the same issue

Nicholas-Westby commented 5 years ago

@Rabea-M I'm using Archetype with Umbraco Deploy (on Umbraco Cloud). Seems to be working fine so far.

kgiszewski commented 5 years ago

@Rabea-M checkout this package which is a connector for Umbraco Cloud: https://github.com/umbraco/Umbraco.Deploy.Contrib

I don't use Umbraco Cloud so that's as much info as I have :)

Nicholas-Westby commented 5 years ago

FYI, I think Umbraco Deploy Contrib may have been included with the default setup of Umbraco Cloud.

But if it's not in there for some reason, then yeah it should be added.

Rabea-M commented 5 years ago

Thanks guys, I will look through this