Base solution for your next web application
Open Closed

v6.9.1 Web Public Bug #6787


User avatar
0
fguo created

I am trying v6.9.1 Core+Angular. I tested Web Public project and found a bug (maybe). On the top-right of screen, the language dropdown does not work. The pulldown list does not show up while clicking the arrow button.

Samething happens on all tabs and links on the page. It just show the link URL on address bar, but the page does not refreshed. For example, if I click the "Document" tab on the home page, the URL changed as http://localhost:45776/#tab-2, but the page still shows the "home".

Maybe the javascript file is missed or wrong linked?

I've tried to run "npm run create-bundles", Update Bundles, and Restore packages, but no help.


4 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, is there any errors in the browser console? it will be good if you can share the screenshots as well.

  • User Avatar
    0
    fguo created

    Here are the errors on console, when page started:

    HTML1300: Navigation occurred. localhost:45776 (1,1)

    4CSS3121: The media query -ms-viewport has been deprecated.

    SCRIPT5007: SCRIPT5007: Unable to set property 'defaultSourceName' of undefined or null reference localhost:45776 (461,9)

    SCRIPT5007: SCRIPT5007: Unable to get property 'unspecifiedClockProvider' of undefined or null reference GetScripts (1306,5)

    SCRIPT5009: SCRIPT5009: 'jQuery' is not defined frontend-metronic.min.js (1,1312)

    SCRIPT5009: SCRIPT5009: '$' is not defined localhost:45776 (472,9)

    SCRIPT5009: SCRIPT5009: 'jQuery' is not defined jquery.fancybox.pack.js (2,2)

    SCRIPT5007: SCRIPT5007: Unable to get property 'fn' of undefined or null reference owl.carousel.js (1718,2)

    SCRIPT5009: SCRIPT5009: '$' is not defined localhost:45776 (481,9)

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @fguo

    Have you runned "yarn" and "npm run create-bundles" respectively using the command prompt ?

  • User Avatar
    0
    fguo created

    I missed "Yarn". Just tried again. It works now. Thank you!