Activities of "easonyang"

  • ABP Framework version: v6.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: 2022-10-11 20:29:20.385 +08:00 [INF] Request finished HTTP/2 POST https://localhost:44321/api/administration-service/password-settings application/json 59 - 404 0 - 0.6979ms
  • Steps to reproduce the issue:"
  • 1、Abp Suite Create microservice
  • 2、Administration service New api
  • 3、web mvc access api ,but get 404 error

MicroCheck 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: v6.0.0-rc5
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • 1、download MicroService Project
  • 2、Tye run Project
  • 3、 run web Site
  • 4、I can't see the login button in the upper right corner

download module template application ,appsetting.js has AbpLicenseCode ,but exception

  • ABP Framework version: v4.4.4

  • UI type: MVC

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): yes

  • Exception message and stack trace: * [15:20:59 ERR] ABP-LIC-0020 - License code not found! Ensure that your appsettings.json has "AbpLicenseCode" key with your license code. [15:20:59 ERR] ABP-LIC-0008 - License check failed for 'Volo.Abp.Identity.Pro.HttpApi-v4.4.4.0'.

      For more information, contact to license@abp.io.
      [15:20:59 INF] Application is shutting down...
    

    *** Steps to reproduce the issue**:"

When I build out project on Azure Devops pipeline, the job always failed. I got the error message:

Retrying 'FindPackagesByIdAsync' for source 'https://nuget.abp.io/{MY_API_KEY}/v3/package/microsoft.build.tasks.git/index.json'. Response status code does not indicate success: 403 (Forbidden).

  • ABP Framework version: v4.x
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace: Response status code does not indicate success: 403 (Forbidden).
  • Steps to reproduce the issue:"
      1. Open https://dev.azure.com/{my_organization}
      1. New a pipeline and add a task of Bash
      1. Add scripts: dotnet build -c Release
      1. Run the Pipeline
      1. In the job details, I got the failed message.

ABP Framework version: v4.3.3 UI type: MVC DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no, microservice template
    • Exception message and stack trace: The active test run was aborted. Reason: Test host process crashed
  • Steps to reproduce the issue:"
  1. enter the Saas service application test project folder
  2. run the command: dotnet test
Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11