Hi Team,
We have a scenario where our license key file is hosted on a team-only file share. However, the file share only works with HTTP/S links and not a UNC path.
For example, this works perfectly:
TELERIK_LICENSE_PATH="\\internalshare\folder\telerik-license.txt"
However, we cannot use
TELERIK_LICENSE_PATH="http://internalshare.com/telerik-license.txt"
Thank you,
Teddy