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,
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.