Thank you for a prompt reply. As far as I can see this error is happening only on Live environment (hosted in Azure service), and empty umbracoApplicationUrl might be the reason? Only on live IIS has request routing turned on.
I was mentioning web server HTTP logs, where most 404 errors point to /umbraco/RestServices/ScheduledPublish/Index
This is an example of such error (I changed URL and IP):
Why do we have a 404 error for /umbraco/RestServices/ScheduledPublish/Index?
Hi,
our logs are full of failed 404 requests to /umbraco/RestServices/ScheduledPublish/Index (happening every minute)
Why does this happen and how to solve this? We use Umbraco 7.4
Many thanks Alex
Hi Alex,
Can you post the full log when the error occurs.
Also can you try setting the correct host name in the umbracosettings.config
See the section about web.routing on this documentation page : https://our.umbraco.org/documentation/Reference/Config/umbracoSettings/
Dave
Hi Dave,
Thank you for a prompt reply. As far as I can see this error is happening only on Live environment (hosted in Azure service), and empty umbracoApplicationUrl might be the reason? Only on live IIS has request routing turned on.
I was mentioning web server HTTP logs, where most 404 errors point to /umbraco/RestServices/ScheduledPublish/Index
This is an example of such error (I changed URL and IP):
I'll deploy the umbracoApplicationUrl fix to live and watch further.
Thank you
Hi Alex
Did the change to umbracoApplicationUrl make any difference?
Best
Vlad
is working on a reply...