InvalidOperationException thrown from OrchardCore.ContentTypes.LuceneRecipeEventHandler #17492
-
Hi, 2025-02-17 21:38:03||0HNAFIBSFG850:00000001|OrchardCore.Recipes.Services.RecipeExecutor|Error|IRecipeEventHandler thrown from OrchardCore.ContentTypes.LuceneRecipeEventHandler by InvalidOperationException How could I solve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you tell more about your recipe?
|
Beta Was this translation helpful? Give feedback.
-
Here is the recipe. The exception occurs when I setup this recipe (I use OrchardCore 2.1.6).
|
Beta Was this translation helpful? Give feedback.
What's in the
ContentDefinition
step? That's what this fails on. You can check it out and look for hints here:OrchardCore/src/OrchardCore.Modules/OrchardCore.ContentTypes/Recipes/LuceneRecipeEventHandler.cs
Lines 25 to 70 in a266cf9