Activities of "maliming"

hi

Pomelo.EntityFrameworkCore.MySql will recently release the 9.0 official version.

Please wait for a few days. https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/pull/1948

hi

Can you move the ObjectExtensionManager.Instance.MapEfCoreProperty<IdentityUser, string> code to a common module and reference it in identity server and authserver projects?

hi

What is your dotnet sdk version? 8 or 9?

Tool 'volo.abp.cli' failed to update due to the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'volo.abp.cli' failed to install. Contact the tool author for assistance.

This error is not related to abp CLI. You can try yanrrun the yarn local to test .to

yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
error Error: ENOENT: no such file or directory, open '/home/runner/.cache/yarn/v6/npm-@microsoft-applicationinsights-cfgsync-js-3.3.4-4fd32c9fede703a6332ca82ed2cce359cbc5a8b7-integrity/node_modules/@microsoft/applicationinsights-cfgsync-js/.yarn-tarball.tgz'
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Process completed with exit code 1.
##[debug]Finishing: Install dependencies

Resovled

hi

Join and share screen

https://us05web.zoom.us/j/87647575094?pwd=l38JLZ8wmFYZV6MGavjY9nWp3jrm0a.1

hi

The interfaces of IdentityUserIntegrationController is empty.

Can you check this?

Have you set ExposeIntegrationServices to true?

What are generated classes in ClientProxies folder?

Is there an IdentityUserIntegrationClientProxy file?

hi

If you want to redirect to the login page for all 401 or 403, you can override the abp.ajax.handleErrorStatusCode in a global javascript.

https://abp.io/docs/latest/framework/ui/mvc-razor-pages/javascript-api/ajax#log-show-errors

hi

Try to pass the -m to specify the module name.

abp generate-proxy -t csharp -m identity --url http://localhost:44388/

Remember to set ExposeIntegrationServices to true.

Configure<AbpAspNetCoreMvcOptions>(options =>
{
    options.ExposeIntegrationServices = true;
});

? That service is not exposed by default, unless you explicitly set ExposeIntegrationServices options (see the Exposing Integration Services section).

https://docs.abp.io/en/abp/latest/Integration-Services

Showing 3041 to 3050 of 11538 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.