i will check it
Hi,
When your login fails, a security code will be generated and responded.
https://github.com/abpframework/abp/blob/OrganizationUnitEto/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/TokenController.Password.cs#L224-L244
Then you can request again using the security code
https://github.com/abpframework/abp/blob/OrganizationUnitEto/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/TokenController.Password.cs#L199-L200
Hi,
This is because the Blazor webapp has two runtimes(blazor server and webassembly)
You need to add the Volo.Chat.Blazor.WebAssembly to the WebApp.client and add the Volo.Chat.Blazor.Server to the WebApp project
You need to implement the interface member first, and add/apply a new migration file.
See https://docs.abp.io/en/commercial/latest/modules/identity/session-management
Hi,
I didn't see any error message in the logs
Hi,
This is because the period is too long.
You can check this logic https://github.com/abpframework/abp/blob/OrganizationUnitEto/framework/src/Volo.Abp.BackgroundWorkers.Hangfire/Volo/Abp/BackgroundWorkers/Hangfire/HangfireBackgroundWorkerManager.cs#L80-L101
Hi,
You can check the document to understand it well
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Dynamic-JavaScript-Proxies https://docs.abp.io/en/abp/latest/UI/AspNetCore/Static-JavaScript-Proxies
https://github.com/abpframework/abp/pull/19222 https://docs.abp.io/en/commercial/8.2/migration-guides/v8_2#removed-flag-icon-from-language-management-module
Hi,
yes ,this is by design