Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MehrdadKamelzadeh opened this issue Mar 3, 2020 · 1 comment

Comments

@MehrdadKamelzadeh
Copy link

MehrdadKamelzadeh commented Mar 3, 2020

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

@ronaldbarendse
Copy link

ronaldbarendse commented Apr 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants