Activities of "liangshiwei"

Hi,

I can't reproduce the problem.

Could you provide the full steps to reproduce? thanks.

Hi,

I will check it

I can share more details about how we integrated our ABP application with Azure AD B2C, if that helps.

Ok, please.

Hi,

How I reproduce the problem, could you provide the full steps to reproduce?

Hi,

I don't see any slow requests recorded in the logs.

Let me know If I missing something.

The page component has content, script, stytle, so the script support abp api? If support, how to use it?

Sorry, Can you explain it in detail? thanks.

Hi,

I created an internal issue, we will improve this in the future. your ticket was refunded.

Hi,

I can't reproduce the problem, could you share the full steps to reproduce? I will check it.

Hi,

Can you add the gateway config to PublicWebGateway?

{
  "ServiceKey": "Product Service",
  "ServiceDns": "https://product.baaso.dev",
  "DownstreamPathTemplate": "/api/cms-kit/{everything}",
  "DownstreamScheme": "https",
  "DownstreamHostAndPorts": [
    {
      "Host": "localhost",
      "Port": 44360
    }
  ],
  "UpstreamPathTemplate": "/api/cms-kit/{everything}",
  "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
},
{
  "ServiceKey": "Product Service",
  "ServiceDns": "https://product.baaso.dev",
  "DownstreamPathTemplate": "/api/cms-kit-public/{everything}",
  "DownstreamScheme": "https",
  "DownstreamHostAndPorts": [
    {
      "Host": "localhost",
      "Port": 44360
    }
  ],
  "UpstreamPathTemplate": "/api/cms-kit-public/{everything}",
  "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
}

PS, you may need to add NPM package to web and public web projects and use the abp install-libs to restore package

HI,

Could you provide the full steps to reproduce? I will check it. thanks.

Showing 3301 to 3310 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20