I don't know exactly when it has started to happen, maybe after some Umbraco update (now I'm on the 7.3.7 version) but I'm no longer able to preview blog posts before publishing. The custom 404 page appears instead.
In the log file there is only Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 but I don't know if it's useful to debug this issue. The document type for my blog posts has its template and it worked well for months.
404 on preview
I don't know exactly when it has started to happen, maybe after some Umbraco update (now I'm on the 7.3.7 version) but I'm no longer able to preview blog posts before publishing. The custom 404 page appears instead.
In the log file there is only
Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0
but I don't know if it's useful to debug this issue. The document type for my blog posts has its template and it worked well for months.Using the developer toolbar in Chrome I can see a redirect from
http://mywebsite/umbraco/preview/?id=1234#?id=1234
tohttp://mywebsite/1234.aspx
that return the 404.Any suggestion on what to check to solve this issue? Thanks in advance, Joe
Think this is already on the issue tracker and Shannon has put a fix out.
http://issues.umbraco.org/issue/U4-7922
Thanks. It works with the fix.
I upgraded to 7.4.3 from 7.2 and I am now getting a 404 on preview of new documents.
I am not getting any errors in the log file. And can't see anything that might I might be missing
I assume this is supposed to be fixed in 7.4. Anyone else with this issue?
is working on a reply...