Skip to content

Uncaught TypeError: resolver is not a function #2667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adesigner2 opened this issue Dec 10, 2015 · 6 comments
Closed

Uncaught TypeError: resolver is not a function #2667

adesigner2 opened this issue Dec 10, 2015 · 6 comments

Comments

@adesigner2
Copy link

After installation Magento 2 via git, if I'm going to Product Grid or Order Grid - I get 'Uncaught TypeError: resolver is not a function' in browser console and load spinner does not disappear.

/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/grid/provider.js:125 Uncaught TypeError: resolver is not a function

How to make standard products, orders grid work?

screen shot 2015-12-10 at 10 37 18

@michelsteege
Copy link

Same here, one moment it was working and then out of nowhere this error came up and it stopped...

@michelsteege
Copy link

And to make it more confusing, i have this on one pc but not on a different one...

@guz-anton
Copy link
Contributor

Hi michelsteege,
Looks like on on PC you have cached version of JS assets.
Try to open same page in in same browser, but in Incognito mode. If error absent, please flush cache in browser.

@michelsteege
Copy link

Thanks guz-anton it was cache, when i opened it in incoginto mode i got the same error but after manually clearing the (browser) cache it was gone!

@guz-anton
Copy link
Contributor

Thanks Michel for your attention to this issue.

Dear adesigner2,
fill free to comment if you still has such issue.

@guz-anton guz-anton removed the CS label Dec 23, 2015
@pwastack
Copy link

It beacause duplicated jQuery load. The plugin loaded into different jQuery instance. You need to remove the duplicate jquery load and wrap the function into a requirejs. I got the same problem when try to install Porto theme to Magento2. See more detail at http://magento2developer.com/blog/javascript-error-with-magento-porto-theme.html to fix the bug.

magento-engcom-team pushed a commit that referenced this issue Jun 8, 2018
MAGETWO-86125: Sorting on price of configurable products in catalog not working properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants