Copied to clipboard

Flag this post as spam?

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


  • mmaty 117 posts 311 karma points
    Jul 22, 2014 @ 10:08
    mmaty
    0

    Umbraco 7.1.1 preview not showing

    Hi, we have a problem here, which is puzzling us.

    Pressing the preview button in the backend gives us a 404 error. The preview url looks like that:

    http://mydomain.com/dialogs/preview.aspx?id=12046

    In version 6 the preview path was

    http://mydomain.com/umbraco/dialogs/preview.aspx?id=12046

    which redirects to

    http://mydomain.com/12046.aspx

    If I try to enter the url with .../umbraco/... manually in the browser (in v. 7.1.1), I get redirected to the frontend login.... What's going on there?

    Are there any informations about the preview not working?

    I can't find any hint with google etc.

    Best Regards
    Mirko

  • mmaty 117 posts 311 karma points
    Jul 22, 2014 @ 19:10
    mmaty
    0

    Update:The error happens in 7.1.4 too.

    I perform a fresh install of Umbraco 7.1.4 without modifications. The "Responsive Starter Kit" is installed. In the backend I navigate to an arbitrary document. If I klick "Preview", a browser tab appears with a 404 error.

    The url for the home page preview is

    http://www.u7.de/dialogs/preview.aspx?id=1069

    I desparately need a workaround for this phenomenon. Isn't there anybody else facing this problem?

    Best Regards
    Mirko

     

  • David Dimmer 76 posts 134 karma points
    Sep 04, 2014 @ 21:01
    David Dimmer
    0

    This URL format will show the preview page in Umbraco 7. 

    http://[domain]/umbraco/dialogs/preview.aspx?id=[NodeId]

    Remove and replace []'s.

    -David Dimmer

  • mmaty 117 posts 311 karma points
    Sep 05, 2014 @ 08:48
    mmaty
    0

    Try to protect the pages with role based access control. You'll see the 404.

    The preview button directs the browser to

    http://domain/dialogs/preview.aspx?id=xxx

    I tried to use the Url format the same way you suggested:

    http://domain/umbraco/dialogs/preview.aspx?id=xxx

    In that case the frontend login appears.

    I didn't find a workaround for that.

    Mirko

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies