Base solution for your next web application
Open Closed

multiple javascript errors on console #4376


User avatar
0
soonjoo created

hello team,

after upgrading from v4 to v5, i am able to log in successfully, but after entering the main page i cannot click on anything, im not sure where to investigate or fix these issues.. it might be caused by the merging of the new code, any help to point me into the right direction is appreciated. here is the error:

free website to upload photos

thank you.


3 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Did you run gulp? We add gulp to project. If your project is MVC&JQuery you should run gulp at *.Web.Mvc location.

    Check this: <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Core#run-the-project">https://aspnetzero.com/Documents/Gettin ... he-project</a>

  • User Avatar
    0
    soonjoo created

    thank you @alirizaadiyahsi,

    now it works, and i have set the gulp to run everytime after the program builds.. however, the gulp task never seems to finish, i need to manually terminate it all the time.. is this normal?

    thank you

  • User Avatar
    0
    aaron created
    Support Team

    Yes, see #617 (comment):

    it watches input files in bundle config to update bundles whenever you made a change in your css/js files.