I'm not doing something specific but that the first time I'm working with contour and umbraco v6. My previous tries was on 4.10 and everything was fine.
The only other difference I can thinnk of is that I use AttributeRouting for generating Child actions urls. That's why I provide the list of configured routes :
I don't think Contour has custom routes. Basically, when you render the form, you need to set the action to the current request raw URL. Seemed to work for me.
Contour Preview on Umbraco 6.1.2. No route in the route table
Hi everyone,
I'm using Contour in code first mode and everyting is just awesome, continue to bring us great package like that.
I encounter just one issue which I'm sure should be easy to solve by Contour users.
When I try to preview a form or display it in a RTE editor, it fails claiming that :
Uri used in preview is :
I'm running :
I'm not doing something specific but that the first time I'm working with contour and umbraco v6. My previous tries was on 4.10 and everything was fine.
The only other difference I can thinnk of is that I use AttributeRouting for generating Child actions urls. That's why I provide the list of configured routes :
Routes (22)
Do I have a missing route that should be registered in order preview to function ?
Thanks per advance for your time
David
Nobody have an idea about what is going on.
I have disabled AttributeRouting but I get the same message.
Could it be another package which conflict with Contour. I'm gonna try on a fresh 6.1.2 install.
I don't think Contour has custom routes. Basically, when you render the form, you need to set the action to the current request raw URL. Seemed to work for me.
Comment author was deleted
Yeah no custom routing, preview is just a aspx page so not sure what is going on, do you get the same on a fresh Umbraco install?
is working on a reply...