Error on publishing node with missing mandatory field data
hey guys,
i'm struggling here with a cloud project, v7.6.9 using models builder with API and custom tool.
basically the required field validation is working for text field but text area or any other type i'm getting an exception from the backoffice.
i've stepped through the back office of the postsave and i really can't work out why this exception is happening.
logs don't reference it. i'm not sure if its happening from my code base. i just can't track this exception.
any tips on tracking it down?
update:
to rule out any custom API/modelsbuilder issues, i've removed all references to my external core project and deleted all views and models.
the same issue still happens.
Error on publishing node with missing mandatory field data
hey guys, i'm struggling here with a cloud project, v7.6.9 using models builder with API and custom tool. basically the required field validation is working for text field but text area or any other type i'm getting an exception from the backoffice.
i've stepped through the back office of the postsave and i really can't work out why this exception is happening.
logs don't reference it. i'm not sure if its happening from my code base. i just can't track this exception.
any tips on tracking it down?
update: to rule out any custom API/modelsbuilder issues, i've removed all references to my external core project and deleted all views and models. the same issue still happens.
thanks!
resolved the issue with thanks to the umbraco cloud support guys! they pointed me to this ticket: http://issues.umbraco.org/issue/U4-6270
what i did was remove the following from the web.config
i just moved this handling of 404 pages to the umbraco.settings file and the issue was resolved.
is working on a reply...