Fixed Application Url
How to fix this health check
Updating the JSON configuration
{
"Umbraco": {
"CMS": {
"WebRouting": {
"UmbracoApplicationUrl": "string"
}
}
}
}{
"Umbraco": {
"CMS": {
"WebRouting": {
"UmbracoApplicationUrl": "https://www.my-custom-domain.com/"
}
}
}
}Last updated
Was this helpful?