Umbraco version: 17.5.3
Clean installation
SQLite database
No third-party packages
No custom backoffice extensions
Document Types:
-
Banners
- Document Type without template
- No properties
- Allow at root enabled
- Allowed child node type: ContenitoreBanner
-
ContenitoreBanner
- Document Type without template
- No properties
- Allowed child node type: Banner
-
Banner
- Document Type without template
- No properties
Content tree:
Banners
└── ContenitoreBanner
When navigating to/opening the Banners content node, the browser console reports:
TypeError: Cannot read properties of undefined (reading ‘api’)
at createExtensionElementWithApi
at extension-element-and-api-initializer.controller
The issue is reproducible in a completely clean Umbraco 17.5.3 installation.