Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Anyone that have tried this? The issue just came out of the blue.
Haven't touched the page for a while and then this happen. Look like to url where it looks for the files are wrong
Could it be something with the rewrite rules?
<rewrite> <rules> <!-- remove www from all requests and if not https then https it! --> <rule name="Remove www" patternSyntax="Wildcard" stopProcessing="true"> <match url="*" /> <conditions> <add input="{CACHE_URL}" pattern="*://www.*" /> </conditions> <action type="Redirect" url="https://{C:2}" redirectType="Permanent" /> </rule> <rule name="Redirect to http" enabled="true" patternSyntax="Wildcard" stopProcessing="true"> <match url="*" negate="false" /> <!-- do nothing if https://-->; <conditions logicalGrouping="MatchAny"> <add input="{HTTPS}" pattern="off" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Found" /> </rule> <!-- enforce https on http requests --> </rules> </rewrite>
It's an Chrome issue..
This is probably the chrome 66 update. This is issue is known and can be fixed by an upgrade.
If you are not ready for an upgrade you can do some manual patching.
See http://issues.umbraco.org/issue/U4-11253 for instructions.
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Failed to load resources
Anyone that have tried this? The issue just came out of the blue.
Haven't touched the page for a while and then this happen. Look like to url where it looks for the files are wrong
Could it be something with the rewrite rules?
It's an Chrome issue..
This is probably the chrome 66 update. This is issue is known and can be fixed by an upgrade.
If you are not ready for an upgrade you can do some manual patching.
See http://issues.umbraco.org/issue/U4-11253 for instructions.
Dave
is working on a reply...