Ensure that the generated URLs do not contain duplicated slashes e.g.: ``` https://localost:8080//OData.svc/Root ``` need to be fixed to: ``` https://localost:8080/OData.svc/Root ```