Trying to do a New-UDImage inside a card and no matter how I specify the image path, it does not work.
i.e., The ways I have tried.
(New-UDImage -Path 'https://powershelluniversal.localserver.com/images/theImage.png')
New-UDImage -Path '/images/theImage.png'
New-UDImage -Path '../images/theImage.png'
The folder is published and using the Advanced Card with New-UDCardMedia -Image, it works.
I can even copy the path into my browser, and it will navigate to the image just fine.
Published Folder has authentication turned off.
Am I doing something wrong?
Product: PowerShell Universal
Version: 3.9.4
EDIT: Tagging @Support