Magento 2.2.9 problem after installing not loading some JS filesMagento2: Errors installing Sample Data: Class “MagentoSampleDataModel” not found / no commands defined in “sampledata” namespaceSomething went wrong while installing sample data. Please check var/log/system.log for details during Magento installationerror while installing magento on localhostMagento 2 - Problem with datetime attribute productError during installing Magento 2CSS and JS not loadingMagento 2.2.2 not working after the setup:di:compileHow To Debug Custom Feedback Form Sidebar Slider JavaScript Error?Discount Codes Not Working After Update (Magento 2.2.9)

Are the A380 engines interchangeable (given they are not all equipped with reverse)?

Did the British navy fail to take into account the ballistics correction due to Coriolis force during WW1 Falkland Islands battle?

Is for(( ... )) ... ; a valid shell syntax? In which shells?

Most natural way to use the negative with つもり

How to respectfully refuse to assist co-workers with IT issues?

I don't have the theoretical background in my PhD topic. I can't justify getting the degree

Localization at a multiplicative set is a localization at a prime ideal if local

Uri tokenizer as a simple state machine

“T” in subscript in formulas

Papers on arXiv solving the same problem at the same time

How would a Creature that needs to be seen by Humans evolve?

Why is 1. d4 Nf6 2. c4 e6 3. Bg5 almost never played?

How do you interpolate outside the range of data?

Is "The life is beautiful" incorrect or just very non-idiomatic?

Duplicate instruments in unison in an orchestra

Would the Republic of Ireland and Northern Ireland be interested in reuniting?

Can a Rogue PC teach an NPC to perform Sneak Attack?

pgfplots: Missing one group of bars

French abbreviation for comparing two items ("vs")

'Us students' - Does this apposition need a comma?

Is gzip atomic?

Was it ever possible to target a zone?

Why is 7 Bd3 in the Cambridge Springs QGD more often met with 7...Ne4 than 7...dxc4?

Why in most German places is the church the tallest building?



Magento 2.2.9 problem after installing not loading some JS files


Magento2: Errors installing Sample Data: Class “MagentoSampleDataModel” not found / no commands defined in “sampledata” namespaceSomething went wrong while installing sample data. Please check var/log/system.log for details during Magento installationerror while installing magento on localhostMagento 2 - Problem with datetime attribute productError during installing Magento 2CSS and JS not loadingMagento 2.2.2 not working after the setup:di:compileHow To Debug Custom Feedback Form Sidebar Slider JavaScript Error?Discount Codes Not Working After Update (Magento 2.2.9)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?



I'm a beginner in Magento. I will be grateful for your answers.



Magento 2.2.9 not loading some JS files










share|improve this question
































    0















    After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?



    I'm a beginner in Magento. I will be grateful for your answers.



    Magento 2.2.9 not loading some JS files










    share|improve this question




























      0












      0








      0








      After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?



      I'm a beginner in Magento. I will be grateful for your answers.



      Magento 2.2.9 not loading some JS files










      share|improve this question
















      After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?



      I'm a beginner in Magento. I will be grateful for your answers.



      Magento 2.2.9 not loading some JS files







      magento2 javascript






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 12 at 21:16









      Rafael Corrêa Gomes

      5,1602 gold badges37 silver badges72 bronze badges




      5,1602 gold badges37 silver badges72 bronze badges










      asked Aug 12 at 19:29









      Назар КолцунНазар Колцун

      1




      1























          1 Answer
          1






          active

          oldest

          votes


















          0















          It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.



          wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
          n98 deploy:mode:set developer
          n98 config:store:set web/unsecure/base_url http://dev.local/
          n98 config:store:set web/secure/base_url http://dev.local/
          n98 config:store:set web/cookie/cookie_domain dev.local
          n98 dev:asset:clear
          n98 generation:flush
          composer install
          n98 setup:upgrade
          n98 setup:static-content:deploy -f
          n98 setup:di:compile
          n98 maintenance:disable
          n98 i:reindex
          n98 c:flush





          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%2f285217%2fmagento-2-2-9-problem-after-installing-not-loading-some-js-files%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















            It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.



            wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
            n98 deploy:mode:set developer
            n98 config:store:set web/unsecure/base_url http://dev.local/
            n98 config:store:set web/secure/base_url http://dev.local/
            n98 config:store:set web/cookie/cookie_domain dev.local
            n98 dev:asset:clear
            n98 generation:flush
            composer install
            n98 setup:upgrade
            n98 setup:static-content:deploy -f
            n98 setup:di:compile
            n98 maintenance:disable
            n98 i:reindex
            n98 c:flush





            share|improve this answer





























              0















              It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.



              wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
              n98 deploy:mode:set developer
              n98 config:store:set web/unsecure/base_url http://dev.local/
              n98 config:store:set web/secure/base_url http://dev.local/
              n98 config:store:set web/cookie/cookie_domain dev.local
              n98 dev:asset:clear
              n98 generation:flush
              composer install
              n98 setup:upgrade
              n98 setup:static-content:deploy -f
              n98 setup:di:compile
              n98 maintenance:disable
              n98 i:reindex
              n98 c:flush





              share|improve this answer



























                0














                0










                0









                It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.



                wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
                n98 deploy:mode:set developer
                n98 config:store:set web/unsecure/base_url http://dev.local/
                n98 config:store:set web/secure/base_url http://dev.local/
                n98 config:store:set web/cookie/cookie_domain dev.local
                n98 dev:asset:clear
                n98 generation:flush
                composer install
                n98 setup:upgrade
                n98 setup:static-content:deploy -f
                n98 setup:di:compile
                n98 maintenance:disable
                n98 i:reindex
                n98 c:flush





                share|improve this answer













                It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.



                wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
                n98 deploy:mode:set developer
                n98 config:store:set web/unsecure/base_url http://dev.local/
                n98 config:store:set web/secure/base_url http://dev.local/
                n98 config:store:set web/cookie/cookie_domain dev.local
                n98 dev:asset:clear
                n98 generation:flush
                composer install
                n98 setup:upgrade
                n98 setup:static-content:deploy -f
                n98 setup:di:compile
                n98 maintenance:disable
                n98 i:reindex
                n98 c:flush






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 12 at 21:24









                Rafael Corrêa GomesRafael Corrêa Gomes

                5,1602 gold badges37 silver badges72 bronze badges




                5,1602 gold badges37 silver badges72 bronze badges






























                    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%2f285217%2fmagento-2-2-9-problem-after-installing-not-loading-some-js-files%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

                    Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                    Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

                    Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림