Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • zell 37 posts 90 karma points
    Oct 17, 2017 @ 06:37
    zell
    0

    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.

    enter image description here

    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!

  • zell 37 posts 90 karma points
    Oct 31, 2017 @ 05:26
    zell
    0

    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

    <httpErrors existingResponse="Replace" </httpErrors>
    

    i just moved this handling of 404 pages to the umbraco.settings file and the issue was resolved.

Please Sign in or register to post replies

Write your reply to:

Draft