Activities of "maliming"

hi

Please check your application logs. It should contain error logs.

hi

The latest version of abp and abp commercial is 4.2.1

https://github.com/abpframework/abp/milestones

hi

Can you use the free template to reproduce your problem? Then share the steps.

https://abp.io/get-started

How can I debug in the source code of ABP framework starting from a custom module?

You can try to use source link. https://www.hanselman.com/blog/exploring-net-cores-sourcelink-stepping-into-the-source-code-of-nuget-packages-you-dont-own https://github.com/abpframework/abp/pull/7054

For debugging starting from the Blazor WASM project, do I need other requirements than the other projects?

https://docs.microsoft.com/en-us/aspnet/core/blazor/debug

I would also like to know how I could debug the ABP Commercial modules.

The package is obfuscated and encrypted, and debugging may not be possible without the source code.

hi

You can create some test roles in the unit test.

I remember that the admin user and the admin role will be seeded by default.

You can also simulate the IPermissionStore service. https://github.com/abpframework/abp/blob/4ab503f90724971a0c18b17c6840db50c94cb7dc/framework/test/Volo.Abp.UI.Navigation.Tests/Volo/Abp/Ui/Navigation/FakePermissionStore.cs

If you still can't solve it, I will create a demo to explain this.

According to the current external authentication process, redirection must be used.

The web page should also be redirected after the user scans the QR to log in.

hi @AndrewT

No there isn't, Please follow our Release Notes / Change Logs

hi safi

You need to confirm that your configuration is correct, and then use it in abp.

hi

You can refer this project.

https://github.com/abpframework/abp/tree/bd041b8774ab4df45de11077de8cfa8189d6b85f/framework/test/Volo.Abp.Authorization.Tests/Volo/Abp/Authorization

https://github.com/abpframework/abp/blob/bd041b8774ab4df45de11077de8cfa8189d6b85f/framework/test/Volo.Abp.Authorization.Tests/Volo/Abp/Authorization/AuthorizationTestBase.cs#L18-L31

hi

You can test your email setting with this Demo.

https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo https://github.com/abpframework/abp-samples/blob/master/EmailSendDemo/src/EmailSendDemo/Program.cs

Showing 7341 to 7350 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30