I'm using 7.12.3
When I hit preview I don't get a preview page.
When I look at sources in the inspector I see that the /umbraco part of the URL is missing.
There's a lot of URL rewriting going on with the site and I'd assume that's the problem however I'd assume that for example where I'm getting for example:
http://myurl.com/assets/css/canvasdesigner.css
Preview Not Working
I'm using 7.12.3 When I hit preview I don't get a preview page. When I look at sources in the inspector I see that the /umbraco part of the URL is missing. There's a lot of URL rewriting going on with the site and I'd assume that's the problem however I'd assume that for example where I'm getting for example: http://myurl.com/assets/css/canvasdesigner.css
If this were due to rewriting if I typed: http://myurl.com/umbraco/assets/css/canvasdesigner.css
the URL would be written to http://myurl.com/assets/css/canvasdesigner.css
It's not, it serves the CSS file as expected. Any other ideas as to what could be the cause of this?
The URLs from the page source of the page: http://myurl.local/umbraco/preview?id=41703 are
any suggestions greatfully appreciated.
The changed parts of the app settings in the web.config which are not standard are
Is probably worth mentioning that this is an upgrade from a 7.4 site
& also that this is what it looks like:
I'm having this exact issue following an upgrade from v7.5.9. I'm still having a poke around myself, but any help would be hugely appreciated.
Having the same issue after upgrading from 7.6.9 to 7.12.1. Would love to hear about any progress!
Turned out is was a rewrite rule to remove trailing slash that caused this issue. Not sure exactly why but removing it made all the difference.
Yes, u are exactly right ! Even in 2020 you answer helped me with supporting. Works for me.
is working on a reply...
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.