The error suggests that you have routes duplicate routes sharing the same key.
I would probably test renaming OrderCheckout to something else. Maybe this is used elsewhere.
If you comment out the custom route you added does the error go away. If so maybe do a global search for OrderCheckout and see if you can find where else this is been defined.
UmbracoVirtualNodeRouteHandler - Post Issue
Hi guys,
I'm having an issue with an UmbracoVirtualNodeRouteHandler posting method. I get the following error:
I reckon is due to the lines 64 to 66 from https://github.com/umbraco/Umbraco-CMS/blob/3bfd9b71e290354744d677440983ecd06c5c0788/src/Umbraco.Web/Mvc/UmbracoVirtualNodeRouteHandler.cs
It calls the FindContent 2 times:
And I dunno why. I have the following routes:
This is the controller:
Any clues...?
Thanks!
Hi Victor,
The error suggests that you have routes duplicate routes sharing the same key.
I would probably test renaming OrderCheckout to something else. Maybe this is used elsewhere.
If you comment out the custom route you added does the error go away. If so maybe do a global search for OrderCheckout and see if you can find where else this is been defined.
Regards
David
is working on a reply...