Replies: 5 comments 25 replies
-
So you defined the not found page from the app, normally that's okay as an application behaves as a module and as a super theme. We already set an higher precedence for the shape template views defined at the app level, but not for pure mvc views Already fixed locally on my machine, i will do a PR soon, good catch. |
Beta Was this translation helpful? Give feedback.
-
Thank you @jtkech , please let me know once done, I'd like to test it! 👍 |
Beta Was this translation helpful? Give feedback.
-
@jtkech anything changed here? I added NotFound.cshtml to Shared directory in my MVC application (.NET Core 3.1). The custom error page works on my local machine but after deploy to azure I still see Orchard blank page with text "The page could not be found." |
Beta Was this translation helpful? Give feedback.
-
Is there any way to do the NotFound Error Page as a template definition in the CMS? |
Beta Was this translation helpful? Give feedback.
-
stupid cms has many erros |
Beta Was this translation helpful? Give feedback.
-
I have put \Views\Shared\NotFound.cshtml
then browse to https://localhost:44360/test , still got the default asp.net not found error.
I see there are reponse referencing to OrchardCore.Diagnostics, but how to make it work?? Maybe added to Nuget and then ?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions