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 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.
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
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
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
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
is working on a reply...