I've just set up a new Umbraco project version="8.5.3". I have two projects .core and .web.
I am trying to set up the models builder API but keep getting
I've installed the new models builder extension as detailed here https://www.zpqrtbnk.net/posts/models-builder-extension/ and I've made sure that my site URL, username and password are all correct in the models builder tools/options.
I have installed the following nuget packages in both core and web
UmbracoModelsBuilder: at Umbraco.ModelsBuilder.Api.ApiClient.EnsureSuccess(HttpResponseMessage result)
at Umbraco.ModelsBuilder.Api.ApiClient.ValidateClientVersion()
at ZpqrtBnk.ModelsBuilder.Extension.Generator.TryGenerate(ProjectItem sourceItem)
at ZpqrtBnk.ModelsBuilder.Extension.Generator.Generate(AsyncPackage package, ProjectItem sourceItem)
V8 Models Builder API error
Hi,
I've just set up a new Umbraco project version="8.5.3". I have two projects .core and .web.
I am trying to set up the models builder API but keep getting
I've installed the new models builder extension as detailed here https://www.zpqrtbnk.net/posts/models-builder-extension/ and I've made sure that my site URL, username and password are all correct in the models builder tools/options.
I have installed the following nuget packages in both core and web
In my web.config i have the following
Output is as follows:
Can anyone suggest what I am missing please?
Hi,
I have just been able to generate them!
My debug attribute was set to false updating it to true works
Paul
is working on a reply...