Copied to clipboard

Flag this post as spam?

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


  • Tom 119 posts 447 karma points
    Oct 17, 2016 @ 11:52
    Tom
    0

    Preview of unpublished page gives 404

    Hi,

    Our site is running umbraco 7.5.3. When we click preview on an unpublished page, we just get an 404 error. No errors in the log. On published pages it works fine.

    What can cause this? How do we fix it?

  • Tom 119 posts 447 karma points
    Oct 18, 2016 @ 11:04
    Tom
    0

    No idea anyone?

    Could this be caused by some missing settings/files due to an upgrading of Umbraco?

  • Kevin Duong 15 posts 85 karma points
    Oct 21, 2016 @ 19:22
    Kevin Duong
    0

    I'm having this issue as well. Someone on another thread did a clean install of 7.5.3 and couldn't replicate it.

  • Tom 119 posts 447 karma points
    Nov 03, 2016 @ 09:44
    Tom
    0

    @Kevin Duong - Did you find a solution?

  • Kevin Duong 15 posts 85 karma points
    Nov 03, 2016 @ 15:59
    Kevin Duong
    0

    I found the underlying issue. It was our custom OWIN setup.

    http://issues.umbraco.org/issue/U4-9081

  • Jonathon Cove 26 posts 101 karma points
    Mar 17, 2023 @ 11:22
    Jonathon Cove
    0

    I had this issue in v8.18, the fix was to add app.UseUmbracoPreviewAuthentication(UmbracoContextAccessor, RuntimeState, GlobalSettings, UmbracoSettings.Security, PipelineStage.Authorize); at the bottom of my cutom ConfigureUmbracoAuthentication method (even after calling the base method).

    This also requires using Umbraco.Web.Security;

Please Sign in or register to post replies

Write your reply to:

Draft