I am getting the following error for one page but no error on another nearly same page:
The hostname could not be parsed
Bad Page:
New-UDPage -Url '/datawarehouse/objecttype' -Endpoint {
New-AppBar -Titel 'ObjectType'
New-UDTable -Data (Get-ADWDWObjectType)
}
Good Page:
New-UDPage -Url '/identity/user' -Endpoint {
New-AppBar -Titel 'User'
New-UDTextbox -Id 'txtTextfield' -Label 'First Name'
}