ScheduledPublishing - Request failed with status code "NotFound". Error
Hello,
We've recently noticed an odd error in our logs. We see the following error
> 2017-09-28 01:23:36,121 [P8124/D2/T20] ERROR
> Umbraco.Web.Scheduling.ScheduledPublishing - Request failed with
> status code "NotFound". Request content = "
And the log then proceeds to output the entire HTML for the 404 error page. Looking around on the forums and other developer sites, we can't find any rhyme or reason as to why this might be happening.
Have any other developers run into this or have any ideas on where we can start looking?
This is caused when you define 404 error pages by culture in UmbracoSettings.config file. I've removed them and left only default and the error is gone.
I don't think that is the case for our set up. We have the default settings set up in our UmbracoSettings.config and are seeing the error.
<errors>
<error404>1</error404>
<!--
The value for error pages can be:
* A content item's integer ID (example: 1234)
* A content item's GUID ID (example: 26C1D84F-C900-4D53-B167-E25CC489DAC8)
* An XPath statement (example: //errorPages[@nodeName='My cool error']
-->
<!--
<error404>
<errorPage culture="default">1</errorPage>
<errorPage culture="en-US">200</errorPage>
</error404>
-->
</errors>
ScheduledPublishing - Request failed with status code "NotFound". Error
Hello,
We've recently noticed an odd error in our logs. We see the following error
And the log then proceeds to output the entire HTML for the 404 error page. Looking around on the forums and other developer sites, we can't find any rhyme or reason as to why this might be happening.
Have any other developers run into this or have any ideas on where we can start looking?
Thanks!
This is caused when you define 404 error pages by culture in UmbracoSettings.config file. I've removed them and left only default and the error is gone.
I don't think that is the case for our set up. We have the default settings set up in our UmbracoSettings.config and are seeing the error.
Hi,
Dit you ever manage to fix this? I'm using Umbraco 7.6.3 and am getting the same error.
No 404-page set.
Small update: I removed my first binding in IIS and the issue disappeared.
hi there. could you elaborate on what you mean here? i am getting this same issue.
Did you manage to solve this? I get this issue as well in 7.6.5
is working on a reply...