Activities of "maliming"

hi

I haven't reproduced your problem, I think you may have used the wrong token.

Can you share a simple demo project? liming.ma@volosoft.com

hi

When you use blazor server mode, you should not use HttpClient manually.

Maybe you can take a look at this https://github.com/DevExpress/Blazor#devexpress-ui-for-blazor

hi

You can try to uninstall it first.

dotnet tool uninstall -g Volo.Abp.Suite
dotnet tool install -g Volo.Abp.Suite --version 4.3.0 --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

hi vijay.nallala

There is no way to change PK of entities that in modules. You can only change yours.

Answer

hi alkaabi

Can I check it remotely? liming.ma@volosoft.com

Can you try to call builder.ConfigureIdentityPro(); before cofigure your entities?

how get i get token from blazor server ?

hi

Can you explain why you want to get acces token in blazor server?

So you are using the latest 4.3.0 version of abp instead of v4.2.2?

You can also add this in your project.

<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
Answer

but when I set the service as datasource for the report I get this error:

How does the report activate the ReportingDataSourceService?

Answer

hi

Can you share some code?

You can get repository from other IServiceProvider eg scope service provider of Root

Showing 7101 to 7110 of 7742 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33