Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Nathan, thanks for what looks like a great package! We're trying it out for a new project and ran into a snag after initial install. The error:
[ArgumentException: A route named 'umbraco-api-Settings' is already in the route collection. Route names must be unique. Parameter name: name] System.Web.Routing.RouteCollection.Add(String name, RouteBase item) +391 System.Web.Http.RouteCollectionExtensions.MapHttpRoute(RouteCollection routes, String name, String routeTemplate, Object defaults, Object constraints, HttpMessageHandler handler) +211 Umbraco.Web.RouteCollectionExtensions.MapHttpRoute(RouteCollection routes, String name, String url, Object defaults, String[] namespaces) +23 Umbraco.Web.WebBootManager.RouteLocalApiController(Type controller, String umbracoPath) +347 Umbraco.Web.WebBootManager.RoutePluginControllers() +442 Umbraco.Web.WebBootManager.Complete(Action`1 afterComplete) +125 Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +381
But I don't see any such route in your source. Have you seen this in the past?
Thanks you kindly!
-- Nik
Hey Nik, that's a new one on me too.
Installing via Nuget or zip (not that it should matter, it's the same package)? Into 7.13.x?
I did a clean install a few days ago, no issues. Anything else running in your install that might be causing it?
Hey Nathan, yes, 7.13.0. I'm having one of the other devs take a look as well, we are leveraging umbraco API for sure, but no custom routes as far as I know.
I'll keep this thread updated with what we find. Thanks!
Hi Nathan, it turns out that we had a conflicting name of one of our controllers. That's way caused the route conflict. Doh!
Thanks again.
My favourite flavour of issue - not mine!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Routes error
Hi Nathan, thanks for what looks like a great package! We're trying it out for a new project and ran into a snag after initial install. The error:
But I don't see any such route in your source. Have you seen this in the past?
Thanks you kindly!
-- Nik
Hey Nik, that's a new one on me too.
Installing via Nuget or zip (not that it should matter, it's the same package)? Into 7.13.x?
I did a clean install a few days ago, no issues. Anything else running in your install that might be causing it?
Hey Nathan, yes, 7.13.0. I'm having one of the other devs take a look as well, we are leveraging umbraco API for sure, but no custom routes as far as I know.
I'll keep this thread updated with what we find. Thanks!
Hi Nathan, it turns out that we had a conflicting name of one of our controllers. That's way caused the route conflict. Doh!
Thanks again.
My favourite flavour of issue - not mine!
is working on a reply...