The hostname could not be parsed

@adam

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' 
}

Hmmm. I’m not sure where that error would be coming from. What does Get-ADWDWObjectType do?

A log may be helpful.

Get data from a custom api … i will try out to remove it and see if this is related … maybe I have already done it but can’t remember … will write you back tomorrow…

Issue resolved in one GH issue