Base solution for your next web application
Open Closed

how made function chat and dashboard on mvc core 2.1 (5.5.2) #5362


User avatar
0
ojarana created

i run and compile fine the mvc core 2.1 (5.5.2) but when run the dashboard not work fine, not work the chat and unknow how configure to made working because not work menu and can't change language and some other functions... in mvc 5.x work all fine. the screen is "loading" forever.


4 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Could you check Logs.txt and browser console if there is any error?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ojarana,

    Do you have a javascript error on the browser console ? If so, please follow the steps below.

    1. remove node_modules folder.
    2. Install npm dependencies again using yarn. Open a command prompt, navigate to root folder of MVC project and run "yarn" command.
    3. Then, run "npm run create-bundles" command in the same command prompt.
    4. Build the solution and try to run again.
  • User Avatar
    0
    ojarana created

    with this adjustmet working fine.

    tanks.

  • User Avatar
    0
    alirizaadiyahsi created

    Thanks for feedback @ojarana