Activités de "yunusemrecaglar"

Which Endpoint am I going to use?

Répondre

There is no information available regarding the details as shown below, and there are no errors visible in logs.txt. I am sending logs.txt as an email.

[ { "code": null, "message": "Sayfa işlenirken sunucu tarafında beklenmedik bir hata oluştu!", "details": null, "data": {}, "validationErrors": null }, { "code": null, "message": "Sayfa işlenirken sunucu tarafında beklenmedik bir hata oluştu!", "details": null, "data": {}, "validationErrors": null } ]

I sent e-mail.

Did you receive the email I sent?

Is it okay if I send an email with the full content of the logs?

hi, When I create a project from scratch, there is no issue. We currently have a project on version 6.0.1, and when I try to upgrade it to version 7.2.2, I encounter this error. Of course, I'm sharing the details below.

AuthServer <Project Sdk="Microsoft.NET.Sdk.Web">

<Import Project="....\common.props" />

<PropertyGroup> <TargetFramework>net7.0</TargetFramework> <Nullable>enable</Nullable> <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel> <RootNamespace>Pbys</RootNamespace> <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> <MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish> <PreserveCompilationReferences>true</PreserveCompilationReferences> </PropertyGroup>

<ItemGroup> <Compile Remove="Logs*" /> <Content Remove="Logs*" /> <EmbeddedResource Remove="Logs*" /> <None Remove="Logs*" /> </ItemGroup>

<ItemGroup> <Content Include="Pages**.js"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Pages**.css"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup>

<ItemGroup> <PackageReference Include="Serilog.AspNetCore" Version="5.0.0" /> <PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" /> <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="7.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.0" /> <PackageReference Include="DistributedLock.Redis" Version="1.0.2" /> </ItemGroup>

<ItemGroup> <PackageReference Include="Volo.Abp.Autofac" Version="7.2.2" /> <PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="7.2.2" /> <PackageReference Include="Volo.Abp.DistributedLocking" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Application" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.HttpApi" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="7.2.2" /> <PackageReference Include="Volo.Saas.Host.Application.Contracts" Version="7.2.2" /> <ProjectReference Include="..\Pbys.EntityFrameworkCore\Pbys.EntityFrameworkCore.csproj" /> </ItemGroup>

<ItemGroup> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.2.-" /> </ItemGroup>

</Project>

Blazor <Project Sdk="Microsoft.NET.Sdk.Web">

<Import Project="....\common.props" />

<PropertyGroup> <TargetFramework>net7.0</TargetFramework> <Nullable>enable</Nullable> <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> <MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish> <PreserveCompilationReferences>true</PreserveCompilationReferences> </PropertyGroup>

<ItemGroup> <PackageReference Include="AspNetCore.HealthChecks.UI" Version="7.0.0-rc2.6" /> <PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="7.0.0-rc2.6" /> <PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="7.0.0-rc2.6" /> <PackageReference Include="Serilog.AspNetCore" Version="5.0.0" /> <PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" /> <PackageReference Include="Blazorise.Bootstrap5" Version="1.2.0" /> <PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.2.0" /> <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="7.0.0" /> <PackageReference Include="DistributedLock.Redis" Version="1.0.2" /> </ItemGroup>

<ItemGroup> <PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="7.2.2" /> <PackageReference Include="Volo.Abp.DistributedLocking" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Autofac" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Swashbuckle" Version="7.2.2" /> <PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="7.2.2" /> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="7.2.2" /> <PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Http.Client.Web" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Admin.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="7.2.2" /> <PackageReference Include="Volo.Abp.AuditLogging.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Identity.Pro.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.OpenIddict.Pro.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.LanguageManagement.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Saas.Host.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.TextTemplateManagement.Blazor.Server" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Gdpr.Blazor.Server" Version="7.2.2" /> <ProjectReference Include="..\Pbys.HttpApi.Client\Pbys.HttpApi.Client.csproj" /> <PackageReference Include="Volo.CmsKit.Pro.Admin.Blazor.Server" Version="7.2.2" /> </ItemGroup>

<ItemGroup> <PackageReference Include="Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" Version="2.2.-" /> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.2.-" /> </ItemGroup>

<ItemGroup> <Compile Remove="Logs*" /> <Content Remove="Logs*" /> <EmbeddedResource Remove="Logs*" /> <None Remove="Logs*" /> </ItemGroup>

<ItemGroup> <None Update="Pages**.js"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Update="Pages**.css"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup>

</Project>

Répondre

How can we accomplish that?

Répondre

hi, Have you implemented a mechanism that prevents the usage of the last 3 passwords?

I solve an issue, but is it right to refresh constantly?

Thank you, I have solved the previous problem. However, I am currently facing a different issue where the menu section sometimes disappears, as seen in the screenshots below. Additionally, I have added a button to the 'Toolbar' inside the 'PageHeader' tag in the .cs file. The button appears when I directly enter the page, but it disappears after initially appearing when I enter the page from the menu. Could you please assist me with this issue?

Affichage de 31 à 40 sur 44 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11