📔
ui-o-matic documentation
  • UI-O-Matic Docs
  • Usage
  • Default Editor Views
  • Custom Editor Views
  • Listview
  • List Field Views
  • Listview Actions
  • Dashboard
  • PropertyEditors
  • Custom Sections
  • Content Apps
  • EventModel
  • Config Settings
  • Addons
  • Advanced
  • Know Issues
  • Further Reading
  • License
Powered by GitBook
On this page
  • UI-O-Matic and Autofac
  • Bugs

Was this helpful?

Know Issues

PreviousAdvancedNextFurther Reading

Last updated 4 years ago

Was this helpful?

UI-O-Matic and Autofac

In case you are using Autofac you'll need to registed the UI-O-Matic tree controller

builder.RegisterApiControllers(typeof(UIOMatic.Web.Controllers.UIOMaticTreeController).Assembly);

You'll get the error

"Message": "An error has occurred.",
"ExceptionMessage": "Object reference not set to an instance of an object.",
"ExceptionType": "System.NullReferenceException",
"StackTrace": "   at Umbraco.Web.Trees.ApplicationTreeExtensions.TryLoadFromControllerTree ...

Bugs

For an overview of issues or to report new ones please go to

https://github.com/TimGeyssens/UIOMatic/issues