November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Vinay,
It seems that the framework is having difficulty locating or initializing the route.
Make sure that one of these is invoked within the Configure method to ensure the proper functioning of the route.
app.UseEndpoints(endpoints =>
{
endpoints.MapControllerRoute(name: "default", pattern: "{controller=Home}/{action=Index}/{id?}");
endpoints.MapDefaultControllerRoute(); });
endpoints.MapControllers();
}
I am currently facing a critical issue after upgrading our Episerver CMS to version 12.26.1. The problem specifically lies with the menu provider, as we are consistently encountering 404 errors related to the new menu system while rendering from the add-ons section.
Steps to Reproduce:
Expected Behavior: We expect the menu system to function seamlessly without any 404 errors after the upgrade to Episerver CMS 12.26.1.
Additional Information:
Environment Details:
Attachments: PFA
I checked the different episerver.cms versions and I found that this issue is happening since 12.16.0
Brefore this version everything is working as expected.
I checked the release documentation for 12.16.0 as well but there is no mention of such issues
I think this issue is from Episerver itself.
does anybody faced it?