The following should be specified above the Ext.application declaration in app.js: Ext.Loader.setConfig({enabled:true}); Ext.require([ 'Ext.data.Store', 'Ext.data.StoreManager', 'Ext.data.HasManyAssociation', 'Ext.data.BelongsToAssociation', 'Ext.container.Viewport', 'Ext.grid.*', 'Ext.util.*', 'Ext.state.*', 'Ext.form.*' ]); Ext.application({ name: […]