Activities of "ritesh87"

Answer

Found the issue. Now worries

Question
  • ABP Framework version: v6.0.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: 500 Internal Server Error
  • Steps to reproduce the issue:"
    • Add new Edit Modal for a View page which includes an Id.
    • Pop up and all others are working. Save also works, but after the save is done through an App Service Error pops up at OnPostAsync without any detailed StackTrace.

public async Task<IActionResult> OnPostAsync() { try { ExamAdminMember.ExamId = Id; await _examAppService.CreateUpdateExamAdminMember(ExamAdminMember); return NoContent(); } catch (Exception ex) {

            throw;
        }
        
    }
Answer

Run command prompt as an Admin run command => npm-windows-upgrade

This fixed my issue

Answer

hi

Please try to install the npm and yarn

https://docs.npmjs.com/downloading-and-installing-node-js-and-npm https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable

Already did that

Question

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.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.2.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" * run abp suite * create new solution * run abp install-libs * npm is not installed

It never generates the libs folder and below message is thrown when I run the solution.

AbpException: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'!

Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11