Extjs 5.1 Ext.getStore('example').load() error 404 not found model

70 Views Asked by At

I have a problem with the store, it shows the console "404 model not found" this happens when clicking on the combobox which has the store defined, when I do a .setstore to the combobox also when using Ext.getStore('test') .load(). the information loads correctly and does not affect the flow of the system, but shows the error on the console. How do I avoid the 404 error of the model?

model
store
combobox
controller
error in console

The store was changed to memory and the error is not displayed in the console but the data is not loaded in the combobox either proxy memory

0

There are 0 best solutions below