Umbraco Forms: Object type Umbraco.Forms.Web.Models.Backoffice.FormDesign is not supported here.
I am currently running Umbraco v8.
I attempted to install Umbraco Forms 8 from the UI button 'Install Umbraco Forms' - this install completed but I was unable to create an empty form as it was throwing this error:
"ExceptionMessage":"Object type Umbraco.Forms.Web.Models.Backoffice.FormDesign is not supported here."
"StackTrace":" at Umbraco.Web.ContentApps.ListViewContentAppFactory.GetContentAppFor
I then discarded my code changes using Git (so any db changes would have still been present) and tried installing Umbraco Forms 8 using Nuget. This also completed however I get the same error.
This endpoint works when the template is the contactForm or the commentForm but not when the template parameter is null. This error also occurs when attempting to view/edit a custom made form.
Umbraco Forms: Object type Umbraco.Forms.Web.Models.Backoffice.FormDesign is not supported here.
I am currently running Umbraco v8.
I attempted to install Umbraco Forms 8 from the UI button 'Install Umbraco Forms' - this install completed but I was unable to create an empty form as it was throwing this error:
I then discarded my code changes using Git (so any db changes would have still been present) and tried installing Umbraco Forms 8 using Nuget. This also completed however I get the same error.
The 500 error comes from the endpoint
This endpoint works when the template is the contactForm or the commentForm but not when the template parameter is null. This error also occurs when attempting to view/edit a custom made form.
How do I rectify this error?
is working on a reply...