Activities of "Leonardo.Willrich"

Well, it worked partially. When the user logs out, the application is redirected for a different page. I think I should do the same, I just need to know where I can find this page:

@liangshiwei

Perfect! I think that does the trick.

Answer

It's not working for me, I am getting this error below. I am located in New Zealand.

Through command, it got stuck on downloading message. I don't believe it is too big. If I remove --preview, it creates the project really fast, I believe it is already cached.

I am really trying my best to download that, but getting an error when trying to create a solution. Can you tell me whenever I can download that besides creating a new project through Abp Suite? I am using Commercial version.

Answer

Hi @Alper

It is still hapenning. I can't create a new project. I've double check and I am using version 4.3.0 rc.1 for ABP Suite as well. I am checking the parameter "Preview version". If I don't check that, the application is created correctly.

@liangshiwei

I haven't found those classes. Instead, I do have AbpSettingManagementBlazorModule on DependsOn.

namespace TVD_Holdings_Ltd.AvalancheOCP.Blazor
{
    [DependsOn(
        typeof(AbpAutofacWebAssemblyModule),
        typeof(AvalancheOCPHttpApiClientModule),
        typeof(AbpAspNetCoreComponentsWebAssemblyLeptonThemeModule),
        typeof(AbpIdentityProBlazorModule),
        typeof(SaasHostBlazorModule),
        typeof(AbpSettingManagementBlazorModule),
        typeof(LeptonThemeManagementBlazorModule),
        typeof(AbpAccountAdminBlazorModule),
        typeof(AbpAuditLoggingBlazorModule),
        typeof(TextTemplateManagementBlazorModule),
        typeof(LanguageManagementBlazorModule),
        typeof(AbpIdentityServerBlazorModule)
    )]
    public class AvalancheOCPBlazorModule : AbpModule

What I would be missing?

Is this new settings form for SMTP available in Blazor template? I've updated for the latest version but I can't find them.

Hi mladen,

Please, don't prioritize that! I have a workaround and I end up adding one more component to the layout anyway to show a modal message. I'll close this thread, I appreciate your help and explanation.

Thank you for you answer liangshiwei.

I've overriden the code as per documentation. I just affraid getting issues when updating the framework. It would be awesome having a callback function to onInitialize where we can create instances and hook up that to the main application.

Showing 81 to 90 of 113 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54