Module MVC sample
#14809
Replies: 2 comments 2 replies
-
You still need to use
Now, you can add a HomeController with Index method in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your answer @MikeAlhayek I tried your solution but it does not work. I am stil unable to get something on the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on this new sample https://github.com/OrchardCMS/OrchardCore.Samples/tree/main/DashboardApplication,
I created https://github.com/agriffard/ModularMvc that is a .NET 8 MVC app with OC 1.8 preview.
The front urls like
/
or/Home/Index
are not working.In program.cs, I commented:
in favor of:
app.UseOrchardCore();
How can I find the good configuration to make it work?
Do I have to create a specific module just to handle the Home route?
Beta Was this translation helpful? Give feedback.
All reactions