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
hi
Join and share screen
https://us05web.zoom.us/j/87647575094?pwd=l38JLZ8wmFYZV6MGavjY9nWp3jrm0a.1
Have you set ExposeIntegrationServices to true?
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