Activities of "castellazzi"

Ok. Ii's work also for me. Thanks,

  • ABP Framework version: v9.0.0
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server .)

I have a question about FluentValidation in Blazor server. I use it with package Blazorise.FluentValditation, and also adding Volo.Abp.FluentValidation. I notice 2 problem:

  1. message from validator is not from abp.validation
  2. name of field using in message is the property name. I fix the property using WithName method on method, for the message is need to fix it with WithMessage method? This is an example: There are a best pratice for using with Abp and FluentValidation and blazorise? Many thanks Marco
Answer

I fix it by myself. Sorry,

Question
  • ABP Framework version: v9.0.0
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server )
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: swtich button not work
  • Steps to reproduce the issue: I migrate my project from 8.3.x to 9.0.0. After update I was not able to change or remove Tenant in login page. The error in show on image below :
  • It's match to a non valid url.

How I can fix it? Many thanks.

ok thanks now it's fixed.

Same issue, I think the problem is due to the recent migration of ABP portal to Cloudflare.

Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info: 🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.

  • ABP Framework version: v.8.3.x
  • UI Type: ABP CLI
  • I was not enable to login to abp..

Yes it's works. I will try regenerate solution. Thanks.

Hi I change version to all Blazorise pachages to 1.5.2, with no success. The only way I see the icon is to add in app.razor css from Blazorize.Icons.FontAwsome like below

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>AssoUp</title>
    <base href="/" />
    <link href="_content/Blazorise.Icons.FontAwesome/v6/css/all.min.css" rel="stylesheet">
    <AbpStyles BundleName="@BlazorLeptonXThemeBundles.Styles.Global" />
    
    <HeadOutlet @rendermode="InteractiveServer" />
    
</head>

It's right? Thanks

  • ABP Framework version: v8.3.3
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: I have update from 8.1.x to 8.3.3. After update icon on menu disappear, like this. My final version of packages after update are this:

&lt;ItemGroup>

&lt;PackageReference Include="Blazorise.Charts" Version="1.7.0" /> &lt;PackageReference Include="Blazorise.Components" Version="1.7.0" /> &lt;PackageReference Include="Blazorise.DataGrid" Version="1.7.0" /> &lt;PackageReference Include="Blazorise.Bootstrap5" Version="1.7.0" /> &lt;PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.7.0" /> &lt;PackageReference Include="Blazorise.Licensing" Version="1.3.0" /> &lt;PackageReference Include="Aspire.StackExchange.Redis" Version="9.0.0" /> &lt;PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" /> &lt;PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.0" /> &lt;PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" /> &lt;PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.0" />

&lt;PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" /> &lt;PackageReference Include="Serilog.Sinks.OpenTelemetry" Version="4.1.1" /> &lt;PackageReference Include="Volo.Abp.AspNetCore.Components.Web.Theming" Version="8.3.3" /> &lt;/ItemGroup> &lt;ItemGroup> &lt;PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Http.Client.Web" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Identity.Pro.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.OpenIddict.Pro.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.AuditLogging.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.LanguageManagement.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Account.Pro.Admin.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Account.Pro.Public.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Account.Pro.Public.HttpApi.Client" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="8.3.3" /> &lt;PackageReference Include="Volo.Abp.TextTemplateManagement.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Saas.Host.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Saas.Tenant.Blazor.Server" Version="8.3.3" /> &lt;PackageReference Include="Volo.Payment.Admin.Blazor.Server" Version="8.3.3" /> &lt;/ItemGroup> &lt;ItemGroup> &lt;PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.3.3" /> &lt;PackageReference Include="Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" Version="3.3.3" /> &lt;/ItemGroup>

many thanks

Showing 1 to 10 of 19 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 26, 2024, 06:07