Base solution for your next web application
Open Closed

Installation problem - parts seems to be missing. #6162


User avatar
0
kimoerum created

Hello,

I am trying to install my first version of ASP.NET Zero with a Core and MVC project following this procedure: https://docs.aspnetzero.com/documents/zero/latest/Getting-Started-Core

All seems to work fine, until I launch the site - the I get different "strange behaviours".

After the first login (blank tennant and with the default Admin credentials) I get:

Using the /Account/Reset... URL I can change the password and get to the Dashboard. But many parts dont work:

Finally if I look at the Developers tool in the browser I see:

Can you please direct me to what I am missing out in the procedure.

Thanks in advance.


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

    Hi @kimoerum

    Have you runned "yarn" and then "npm run create-bundles" respectively on the root folder of MVC project ? If not, you can follow http://docs.aspnetzero.com/documents/zero/latest/Getting-Started-Core to run your project properly.

  • User Avatar
    0
    kimoerum created

    Hi ismagdas,

    Yes, I have followed the "Getting started Core" as you refere to - the same as I wrote in my initial post.

    And yes, I have runned both "yarn" and the "npm run create-bundles" as described.

    Here is what happens:

  • User Avatar
    1
    aaron created
    Support Team

    Try npm run full-build in *.Mvc project directory.

  • User Avatar
    0
    kimoerum created

    Hi @aaron

    Thanks - that made the trick - now all seems to be working.