Little background, I am running an umbraco 7.x site, with Articulate (1.2 I believe), and Merchello e-commerce, all on Azure Websites. There have been some problems enforcing https on the website for launch, and today, I added a hostname in the Back Office, only to get the following message: "The route URL separator character '/' cannot appear consecutively. It must be separated by either a parameter or a literal value. Parameter name: routeUrl" I saw that there was a trouble ticket created and closed here: https://github.com/Shazwazza/Articulate/issues/11
Unfortunately, because of this error, I can't access the Back Office anymore to delete the hostname, and hostname doesn't seem to be stored in the db or file system anywhere. Any ideas?
Hi, what 'fix' did you apply? The latest version of Articulate should solve this problem but if it hasn't for some reason, please let me know what manual fix you applied to make it work.
Route URL Separator problem
Hello!
Little background, I am running an umbraco 7.x site, with Articulate (1.2 I believe), and Merchello e-commerce, all on Azure Websites. There have been some problems enforcing https on the website for launch, and today, I added a hostname in the Back Office, only to get the following message: "The route URL separator character '/' cannot appear consecutively. It must be separated by either a parameter or a literal value. Parameter name: routeUrl" I saw that there was a trouble ticket created and closed here: https://github.com/Shazwazza/Articulate/issues/11
Unfortunately, because of this error, I can't access the Back Office anymore to delete the hostname, and hostname doesn't seem to be stored in the db or file system anywhere. Any ideas?
Hi, yes this issue is mentioned here:
https://github.com/Shazwazza/Articulate/issues/50
but i cannot replicate and the author of the issue also said they could not replicate. Also see the comments about this here:
http://our.umbraco.org/projects/starter-kits/articulate/discussions/57696-Adding-multiple-Articulate-root-nodes-crashes-my-site?p=0#comment201812
Also be sure that you are using the latest Articulate version: https://github.com/Shazwazza/Articulate/releases/tag/v1.0.5.1
If you can let me know any details on how to replicate this issue I'll get it fixed asap
Oops, yes, I ended up finding https://github.com/Shazwazza/Articulate/issues/11 and implementing the fix there. Meant to delete this post. Thanks!
Hi, what 'fix' did you apply? The latest version of Articulate should solve this problem but if it hasn't for some reason, please let me know what manual fix you applied to make it work.
Thanks!
Going from node.Url to node.UrlName. I'm using 1.0.4.
is working on a reply...