modelsbuilder/ModelsBuilder.Original

Request error: The URL returned a 404 (not found): /App_Plugins/ModelsBuilder/modelsbuilder.html

Opened this issue · 1 comments

Installing Umbraco as a sub application under IIS causes this issue.

Step to reproduce:
1- Create an empty application
2- Create a sub application under the empty application
3- Install ModelsBuilder
4- Go to Umbraco Admin Panel->Settings->Models Builder

image

Assuming that file actually exists, it's probably because the ModelsBuilder manifest does not use the application root operator, the tilde (~), when referencing the view.

Looks like this is fixed in the latest source though:
https://github.com/OurModelsBuilder/Our.ModelsBuilder/blob/892363a196850102ad26ef2ed7a012713a60de93/src/Our.ModelsBuilder.Web/WebManifestFilter.cs#L32