Relative Content

Tag Archive for extjs

How to fix 404 error for model while creating a store in ext js 7.7?

We are doing upgrade for our application from ext js 4.2 to ext js 7.7.
We have a model and we are trying to create a store using that model. But we are getting 404 error for the model. The same code is working with ext js 4.2 but now it is failing with ext js 7.7. Need help in fixing this issue.