Magento 2.1 js errors break backend - wrong paths in magento-ui?Magento2 getViewFileUrl on backend and frontendMagento 2 Admin Pointing to Wrong LocaleMagento 2 Default JS doesn't load properMagento 2 generating invalid JS filesMagento 2: What this bit of code does?Magento 2 Product checkout isnt loadOverriding Magento 2 static adminhtml backend isn't workingLocation of confirm.jsInstalled magento 2.1 on windows but it is is giving many require js errorsI am getting jquery error while adding custom field in payment method in magento 2?

Would this custom Sorcerer variant that can only learn any verbal-component-only spell be unbalanced?

Why, precisely, is argon used in neutrino experiments?

Proof of work - lottery approach

How do we know the LHC results are robust?

How can a function with a hole (removable discontinuity) equal a function with no hole?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

Integer addition + constant, is it a group?

Is it appropriate to ask a job candidate if we can record their interview?

Is there a good way to store credentials outside of a password manager?

How to Reset Passwords on Multiple Websites Easily?

What is the difference between "behavior" and "behaviour"?

Why does indent disappear in lists?

Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?

Short story about space worker geeks who zone out by 'listening' to radiation from stars

Avoiding estate tax by giving multiple gifts

Purchasing a ticket for someone else in another country?

What happens if you roll doubles 3 times then land on "Go to jail?"

System.debug(JSON.Serialize(o)) Not longer shows full string

Why are there no referendums in the US?

Is the destination of a commercial flight important for the pilot?

Pre-amplifier input protection

Method to test if a number is a perfect power?

How do I extract a value from a time formatted value in excel?

How to run a prison with the smallest amount of guards?



Magento 2.1 js errors break backend - wrong paths in magento-ui?


Magento2 getViewFileUrl on backend and frontendMagento 2 Admin Pointing to Wrong LocaleMagento 2 Default JS doesn't load properMagento 2 generating invalid JS filesMagento 2: What this bit of code does?Magento 2 Product checkout isnt loadOverriding Magento 2 static adminhtml backend isn't workingLocation of confirm.jsInstalled magento 2.1 on windows but it is is giving many require js errorsI am getting jquery error while adding custom field in payment method in magento 2?













2
















// EDIT:




This error was caused by the Firebug extension in Firefox.



I would recommend anyone that uses this ext to disable and remove it
immediately!





From a fresh composer setup, I receive a lot of js errors in both the backend and frontend. In the backend this actually breaks the navigation, does not load the products or order grid, so pretty much completely breaks the backend.



I tried 2.1.0 and 2.1.1, both seem to have the exact same issues. 2.0.7 did not have these issues. No extra modules installed, just a clean, fresh composer setup. I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct, but the missing files are never generated. The browser cache was flushed and pages force reloaded:



BE errors:



404 Not Found:



/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/dom-observer.js


and sometimes:



/pub/static/adminhtml/Magento/backend/template/renderer.js


JS:



TypeError: ko is undefined (knockout-es5.js (line 428, col 5))
ko.track = track;

TypeError: utils.extend is not a function (class.js (line 129, col 30))
child.defaults = utils.extend(, parent.defaults || );


These .js files are never even created in the above path in the magento-ui.



enter image description here



instead I think the files now reside in js/lib/view/utils/ instead of js/lib/registry/. So the error may be in the Magento magento/module-ui version 100.1.0.



enter image description here



FrontEnd:



404 errors:



/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/dom-observer.js


However, the FE errors dissapear after a few reloads, sometimes at least?



other error is the same as in the BE:



TypeError: utils.extend is not a function ( class.js (line 129, col 30) )
child.defaults = utils.extend(, parent.defaults || );


I have not been able to find any bug reports on this and no fixes.



Test System:



  • Docker container Debian 8

  • Server version: Apache/2.4.10 (Debian)

  • PHP 5.6.24

  • MySQL Community Server 5.6.32









share|improve this question
















bumped to the homepage by Community 31 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Did you try to deploy the static content?

    – Muk
    Sep 6 '16 at 9:47











  • Yes, as mentioned above: " I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct"

    – tecjam
    Sep 6 '16 at 9:52











  • Please try once to redepoly static content after removing everything, except .htaccess file from pub/static folder.

    – Muk
    Sep 6 '16 at 10:01











  • Did that, checked the file owner (all still the same as the rest of the files) and the missing files are not generated in the folder. Backend grids still do not load. Version 2.0.7 has no such issues.

    – tecjam
    Sep 6 '16 at 12:13












  • @tecjam put your comment as an answer this is the firebug issue if you are running firefox version > 50 then you have to disable the firebug same thing causing me issue

    – Murtuza Zabuawala
    Nov 3 '17 at 5:36















2
















// EDIT:




This error was caused by the Firebug extension in Firefox.



I would recommend anyone that uses this ext to disable and remove it
immediately!





From a fresh composer setup, I receive a lot of js errors in both the backend and frontend. In the backend this actually breaks the navigation, does not load the products or order grid, so pretty much completely breaks the backend.



I tried 2.1.0 and 2.1.1, both seem to have the exact same issues. 2.0.7 did not have these issues. No extra modules installed, just a clean, fresh composer setup. I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct, but the missing files are never generated. The browser cache was flushed and pages force reloaded:



BE errors:



404 Not Found:



/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/dom-observer.js


and sometimes:



/pub/static/adminhtml/Magento/backend/template/renderer.js


JS:



TypeError: ko is undefined (knockout-es5.js (line 428, col 5))
ko.track = track;

TypeError: utils.extend is not a function (class.js (line 129, col 30))
child.defaults = utils.extend(, parent.defaults || );


These .js files are never even created in the above path in the magento-ui.



enter image description here



instead I think the files now reside in js/lib/view/utils/ instead of js/lib/registry/. So the error may be in the Magento magento/module-ui version 100.1.0.



enter image description here



FrontEnd:



404 errors:



/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/dom-observer.js


However, the FE errors dissapear after a few reloads, sometimes at least?



other error is the same as in the BE:



TypeError: utils.extend is not a function ( class.js (line 129, col 30) )
child.defaults = utils.extend(, parent.defaults || );


I have not been able to find any bug reports on this and no fixes.



Test System:



  • Docker container Debian 8

  • Server version: Apache/2.4.10 (Debian)

  • PHP 5.6.24

  • MySQL Community Server 5.6.32









share|improve this question
















bumped to the homepage by Community 31 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Did you try to deploy the static content?

    – Muk
    Sep 6 '16 at 9:47











  • Yes, as mentioned above: " I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct"

    – tecjam
    Sep 6 '16 at 9:52











  • Please try once to redepoly static content after removing everything, except .htaccess file from pub/static folder.

    – Muk
    Sep 6 '16 at 10:01











  • Did that, checked the file owner (all still the same as the rest of the files) and the missing files are not generated in the folder. Backend grids still do not load. Version 2.0.7 has no such issues.

    – tecjam
    Sep 6 '16 at 12:13












  • @tecjam put your comment as an answer this is the firebug issue if you are running firefox version > 50 then you have to disable the firebug same thing causing me issue

    – Murtuza Zabuawala
    Nov 3 '17 at 5:36













2












2








2









// EDIT:




This error was caused by the Firebug extension in Firefox.



I would recommend anyone that uses this ext to disable and remove it
immediately!





From a fresh composer setup, I receive a lot of js errors in both the backend and frontend. In the backend this actually breaks the navigation, does not load the products or order grid, so pretty much completely breaks the backend.



I tried 2.1.0 and 2.1.1, both seem to have the exact same issues. 2.0.7 did not have these issues. No extra modules installed, just a clean, fresh composer setup. I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct, but the missing files are never generated. The browser cache was flushed and pages force reloaded:



BE errors:



404 Not Found:



/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/dom-observer.js


and sometimes:



/pub/static/adminhtml/Magento/backend/template/renderer.js


JS:



TypeError: ko is undefined (knockout-es5.js (line 428, col 5))
ko.track = track;

TypeError: utils.extend is not a function (class.js (line 129, col 30))
child.defaults = utils.extend(, parent.defaults || );


These .js files are never even created in the above path in the magento-ui.



enter image description here



instead I think the files now reside in js/lib/view/utils/ instead of js/lib/registry/. So the error may be in the Magento magento/module-ui version 100.1.0.



enter image description here



FrontEnd:



404 errors:



/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/dom-observer.js


However, the FE errors dissapear after a few reloads, sometimes at least?



other error is the same as in the BE:



TypeError: utils.extend is not a function ( class.js (line 129, col 30) )
child.defaults = utils.extend(, parent.defaults || );


I have not been able to find any bug reports on this and no fixes.



Test System:



  • Docker container Debian 8

  • Server version: Apache/2.4.10 (Debian)

  • PHP 5.6.24

  • MySQL Community Server 5.6.32









share|improve this question

















// EDIT:




This error was caused by the Firebug extension in Firefox.



I would recommend anyone that uses this ext to disable and remove it
immediately!





From a fresh composer setup, I receive a lot of js errors in both the backend and frontend. In the backend this actually breaks the navigation, does not load the products or order grid, so pretty much completely breaks the backend.



I tried 2.1.0 and 2.1.1, both seem to have the exact same issues. 2.0.7 did not have these issues. No extra modules installed, just a clean, fresh composer setup. I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct, but the missing files are never generated. The browser cache was flushed and pages force reloaded:



BE errors:



404 Not Found:



/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/adminhtml/Magento/backend/en_US/Magento_Ui/js/lib/registry/dom-observer.js


and sometimes:



/pub/static/adminhtml/Magento/backend/template/renderer.js


JS:



TypeError: ko is undefined (knockout-es5.js (line 428, col 5))
ko.track = track;

TypeError: utils.extend is not a function (class.js (line 129, col 30))
child.defaults = utils.extend(, parent.defaults || );


These .js files are never even created in the above path in the magento-ui.



enter image description here



instead I think the files now reside in js/lib/view/utils/ instead of js/lib/registry/. So the error may be in the Magento magento/module-ui version 100.1.0.



enter image description here



FrontEnd:



404 errors:



/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/bindings.js
/pub/static/frontend/Magento/luma/en_US/Magento_Ui/js/lib/registry/dom-observer.js


However, the FE errors dissapear after a few reloads, sometimes at least?



other error is the same as in the BE:



TypeError: utils.extend is not a function ( class.js (line 129, col 30) )
child.defaults = utils.extend(, parent.defaults || );


I have not been able to find any bug reports on this and no fixes.



Test System:



  • Docker container Debian 8

  • Server version: Apache/2.4.10 (Debian)

  • PHP 5.6.24

  • MySQL Community Server 5.6.32






magento2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 3 '17 at 6:30









Teja Bhagavan Kollepara

3,01141949




3,01141949










asked Sep 6 '16 at 9:27









tecjamtecjam

2,75221540




2,75221540





bumped to the homepage by Community 31 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 31 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • Did you try to deploy the static content?

    – Muk
    Sep 6 '16 at 9:47











  • Yes, as mentioned above: " I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct"

    – tecjam
    Sep 6 '16 at 9:52











  • Please try once to redepoly static content after removing everything, except .htaccess file from pub/static folder.

    – Muk
    Sep 6 '16 at 10:01











  • Did that, checked the file owner (all still the same as the rest of the files) and the missing files are not generated in the folder. Backend grids still do not load. Version 2.0.7 has no such issues.

    – tecjam
    Sep 6 '16 at 12:13












  • @tecjam put your comment as an answer this is the firebug issue if you are running firefox version > 50 then you have to disable the firebug same thing causing me issue

    – Murtuza Zabuawala
    Nov 3 '17 at 5:36

















  • Did you try to deploy the static content?

    – Muk
    Sep 6 '16 at 9:47











  • Yes, as mentioned above: " I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct"

    – tecjam
    Sep 6 '16 at 9:52











  • Please try once to redepoly static content after removing everything, except .htaccess file from pub/static folder.

    – Muk
    Sep 6 '16 at 10:01











  • Did that, checked the file owner (all still the same as the rest of the files) and the missing files are not generated in the folder. Backend grids still do not load. Version 2.0.7 has no such issues.

    – tecjam
    Sep 6 '16 at 12:13












  • @tecjam put your comment as an answer this is the firebug issue if you are running firefox version > 50 then you have to disable the firebug same thing causing me issue

    – Murtuza Zabuawala
    Nov 3 '17 at 5:36
















Did you try to deploy the static content?

– Muk
Sep 6 '16 at 9:47





Did you try to deploy the static content?

– Muk
Sep 6 '16 at 9:47













Yes, as mentioned above: " I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct"

– tecjam
Sep 6 '16 at 9:52





Yes, as mentioned above: " I tried deleting cache dirs and re-deploying the static-content, making sure the user and file permissions are correct"

– tecjam
Sep 6 '16 at 9:52













Please try once to redepoly static content after removing everything, except .htaccess file from pub/static folder.

– Muk
Sep 6 '16 at 10:01





Please try once to redepoly static content after removing everything, except .htaccess file from pub/static folder.

– Muk
Sep 6 '16 at 10:01













Did that, checked the file owner (all still the same as the rest of the files) and the missing files are not generated in the folder. Backend grids still do not load. Version 2.0.7 has no such issues.

– tecjam
Sep 6 '16 at 12:13






Did that, checked the file owner (all still the same as the rest of the files) and the missing files are not generated in the folder. Backend grids still do not load. Version 2.0.7 has no such issues.

– tecjam
Sep 6 '16 at 12:13














@tecjam put your comment as an answer this is the firebug issue if you are running firefox version > 50 then you have to disable the firebug same thing causing me issue

– Murtuza Zabuawala
Nov 3 '17 at 5:36





@tecjam put your comment as an answer this is the firebug issue if you are running firefox version > 50 then you have to disable the firebug same thing causing me issue

– Murtuza Zabuawala
Nov 3 '17 at 5:36










1 Answer
1






active

oldest

votes


















0














The issue is a problem with the Firefox Firebug add-on.
If you still use it, you should disable it and use the Firefox devtools.



Firebug has officially been deprecated.



Please see: https://getfirebug.com/






share|improve this answer






















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f134908%2fmagento-2-1-js-errors-break-backend-wrong-paths-in-magento-ui%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The issue is a problem with the Firefox Firebug add-on.
    If you still use it, you should disable it and use the Firefox devtools.



    Firebug has officially been deprecated.



    Please see: https://getfirebug.com/






    share|improve this answer



























      0














      The issue is a problem with the Firefox Firebug add-on.
      If you still use it, you should disable it and use the Firefox devtools.



      Firebug has officially been deprecated.



      Please see: https://getfirebug.com/






      share|improve this answer

























        0












        0








        0







        The issue is a problem with the Firefox Firebug add-on.
        If you still use it, you should disable it and use the Firefox devtools.



        Firebug has officially been deprecated.



        Please see: https://getfirebug.com/






        share|improve this answer













        The issue is a problem with the Firefox Firebug add-on.
        If you still use it, you should disable it and use the Firefox devtools.



        Firebug has officially been deprecated.



        Please see: https://getfirebug.com/







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 21 '17 at 12:51









        tecjamtecjam

        2,75221540




        2,75221540



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f134908%2fmagento-2-1-js-errors-break-backend-wrong-paths-in-magento-ui%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

            Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

            How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2