Open Closed

Error while running Dashboard Demo #293


User avatar
0
kirtik created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I am getting the following eeror while running the Dashboard Demo from abp-samples.master

I just opened and run the demo without any changes.

I need to run this for refrence in order to build a custom dashboard.


4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    HI,

    I will check it out.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can two options:

    1. Remove options.FileSets.ReplaceEmbeddedByPhysical<AbpAspNetCoreMvcUiThemeSharedModule>..... code.
    2. Download the abp source code and put it in the same directory as abp-samples.
  • User Avatar
    0
    kirtik created

    Yes i removed the above code and its working now. I can see the following dashboard

    **I want to build a custom layout like the figure below for the dashboard. What is the best way to go ahead ? which source code module will i need to download to 1. modify existing dashboard layout or 2. To build a custom layout. Can you please provide some pointers ? **

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can customize the page, see : https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-User-Interface.

    If you are using MVC UI, you can use virtual file explorer to see dashboard page source code.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11