By default, Umbraco will set the "umbracoApplicationUrl" to the address made by the first accepted request when the AppDomain starts.
So, if you haven't set the parameter manually, the warning you are getting is because you haven't visited the site yet. Once you visit it for the first time, the message will go away.
Kestrel Server - No umbracoApplicationUrl for service (yet), skip.
Hi all, jumping into v9 today and note when running the kestrel server that it's spitting out the following warning:
Where is umbracoApplicationUrl defined in the JSON as I can't seem to find this?
Thank you
A bit late, but if someone hits this in the future
You can set
umbracoApplicationUrl
manually from the Web Routing section of the configuration.This is normally used on load balanced environments.
OR, from the official docs:
By default, Umbraco will set the "umbracoApplicationUrl" to the address made by the first accepted request when the AppDomain starts.
So, if you haven't set the parameter manually, the warning you are getting is because you haven't visited the site yet. Once you visit it for the first time, the message will go away.
This worked for me and should be flagged as a "solution". Thanks!
is working on a reply...