No recipes available. It is not possible to set up a site without a recipe #7287
RockNHawk
started this conversation in
Show and tell
Replies: 1 comment
-
Here my
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you
ConfigureServices
Orchard Core with your custom config in main Application's Startup.cs , may showNo recipes available. It is not possible to set up a site without a recipe.
error in setupadd reference to OrchardCore.Recipes.csproj and add an
Recipes\xxx.recipe.json
file in your Module , or add anRecipes\xxx.recipe.json
file in main Application root folder will resolve this issue.Beta Was this translation helpful? Give feedback.
All reactions