Visiting a page via the link in the Info tab alway...
# help-with-umbraco
t
In the info panel for a given node/page in the backoffice (latest v13), there is a clickable link to the page in question. We use this a lot. In development locally this works as expected. We look at
UmbracoContext.InPreviewMode
in the razor template and then redirect to two different frontend endpoints depending on previewmode being true or false. In production this always seems to be true though. Is there any functionality that could enforce
UmbracoContext.InPreviewMode
to always be true, which could be the explanation?
3 Views