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)
-
0
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.
-
0
-
1
Try
npm run full-build
in *.Mvc project directory. -
0
Hi @aaron
Thanks - that made the trick - now all seems to be working.