A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
Getting this error when using Umbraco 8.1 with UmbracoFileSystemProviders.Azure v2,
var image = Model.Value<IPublishedContent>("picture");
@image.Url
A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UriFormatException: A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
Getting this error when using Umbraco 8.1 with UmbracoFileSystemProviders.Azure v2,
A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UriFormatException: A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
Anyone can help please?
Hi,
Were you able to find a solution to this? I'm getting the same error on a new Umbraco 8 install whenever I try to access the Url property of an image.
Not yet I'm afraid. :(
Could it be this bug: https://github.com/umbraco/Umbraco-CMS/issues/5906
It's included in 8.1.2 which should be released on Tuesday.
is working on a reply...