Known Issues
Module won't load
A few things to check:
- Did you run the build administration command?
- Is the main.js in the app/administration/src/ folder? It's easy to place it in the /module folder
- In the Modules index.js, did you correctly define the navigation object? Errors can happen especially with the path and parent attributes. For example,
parent: 'content'is actuallyparent: 'sw-content' - If you refer to your own model, did you set up the model correctly? For example, did you add the services.xml entry for the definition classes?
- Did you import all necessary folders in the main.js file?