Activities of "liangshiwei"

Hi,

You can use the suite to create a project with the same name and use the WinMerge tool to compare:

https://docs.abp.io/en/abp/latest/Migration-Guides/Upgrading-Startup-Template

This will make your migration to commercial easier.

Hi,

You can try to find the MyProjectNameDbContextFactory and add .AddAppSettingsSecretsJson() after .AddJsonFile("appsettings.json", optional: false)

Hi,

I don't see the correct configuration.

You can try:

  • Remove Volo.Abp.TenantManagement.EntityFrameworkCore from SupplierEvaluation.HttpApi.Host project.
  • Install Volo.Abp.AspNetCore.Mvc.Client package to the SupplierEvaluation.HttpApi.Host project
  • Add typeof(AbpAspNetCoreMvcClientModule) to the SupplierEvaluationHttpApiHostModule
  • Configure remote service in the appsettings.json of SupplierEvaluation.HttpApi.Host project.
{
  "RemoteServices": {
    "Default": {
      "BaseUrl": "https://....." (gateway URL)
    } 
  } 
}

Hi,

I used the project your provided and it's working for me.

You should make RemoteService to true.

Hi,

ok,I guess you used the suite to install the identityserver module.

Hi,

it's weird, can you share the abp-sample-projects with me? I will check it out. thanks.

If is it about your docker, you need to create self-signed certificate for your local machine. If it is about the production environment, you can use lets-encrypt as a cluster-issuer.

You can check eShopOnAbp docker readme that has information about how to create self-signed certificate.

You need to run the AuthServer(https://localhost:44361).

shared

Hi,

I'd like check it remotely, can we have a meeting via zoom? shiwei.liang@volosoft.com

Showing 101 to 110 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54