Starts in:
0 DAY
19 HRS
16 MIN
28 SEC
Starts in:
0 D
19 H
16 M
28 S

Activities of "liangshiwei"

Hi,

Because the ObjectMapper is mocked, don't have any features. It is reasonable to return a null result. I think this is has nothing to do with ABP

Hi,

You can check this https://stackoverflow.com/questions/70402945/mocking-issue-can-not-instantiate-proxy-of-class-microsoft-aspnetcore-identity

Hi,

Sorry, but this information is not enough to reproduce the problem.

Could you please share the full steps? thanks.

BTW, I recommend you to write to the log to troubleshoot the issue.

Hi,

First, ABP only checks the license during development. When you deploy your project to the server (Production env and Release mode published), ABP doesn't check online.

because the future server will not also logged in to the commercial account.

You don't need it, like I said, ABP doesn't check license online on production env.

Hi,

I because it is difficult to implement

Users are able to log in using the ABP Angular page (these are not external users). Some of our users are external users and need to log in via SSO (external login).

How do you know which method the user should use when they are not logged in?

Hi,

The Angular login page is not supported for external login support, so you have to redirect to the IdentityServer first.

Hi,

Actually, this is a feature : https://github.com/abpframework/abp/issues/19488

https://github.com/abpframework/abp/pull/19489/files

When current access_token has been changed, it will reload the page to get the new configuration, settings etc...

Hi,

CreatorId is obtained from the CurrentUser.

You can see the logic here https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Auditing/Volo/Abp/Auditing/AuditPropertySetter.cs#L65

In my environment, there is a CreatorName field that receives the value sent from the client. Even though CreatorName is not null, CreatorId is null.

As far as I know, there is no CreatorName

Hi,

Because your previous question was closed and has not been resolved, I have returned your ticket.

Hi,

Okay, If so, it's a network problem; the requests are not even sent to the backend.

Showing 71 to 80 of 6100 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06