-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Comments
Same here, one moment it was working and then out of nowhere this error came up and it stopped... |
And to make it more confusing, i have this on one pc but not on a different one... |
Hi michelsteege, |
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! |
Thanks Michel for your attention to this issue. Dear adesigner2, |
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. |
MAGETWO-86125: Sorting on price of configurable products in catalog not working properly
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?
The text was updated successfully, but these errors were encountered: