I have an ExtJS app (I wont include source for now). When I run the Sencha CMD webserver in the root application directory everything works fine, as expected.
When I build the app (using sencha app build) and then run the Sencha CMD webserver in the build directory I get the error:
Uncaught TypeError: Cannot read property 'isComponent' of null app.js:1
Ext.cmd.derive.constructor app.js:1
z app.js:1
(anonymous function) app.js:1
I have created builds before that worked fine, and this is occuring after some recent changes I made (new build). I have checked all the normal suspects (requires, etc ...) and everything seems in order.
My question is: How do you debug this sort of issue since it works fine pre-build?
Versions: ExtJS 4.2.1, Sencha CMD 4.0.2.67, Error from Chrome Developer Tools